Creates a svar.bin
(binned semivar. + grid parameters) object with
linearly binned semivariances (i.e. computes a binned sample variogram).
object used to select a method. Usually a matrix with the coordinates of the data locations (columns correspond with dimensions and rows with data).
further arguments passed to or from other methods.
vector of data (response variable).
maximum lag. Defaults to 55% of largest lag.
number of lags. Defaults to max(12, rule.svar(x))
.
minimun lag.
character, estimator name (e.g. "classical"). See "Details" below.
Returns an S3 object of class svar.bin
(extends bin.data
),
a data.grid
object with the following 4 components:
array (dimension nlags
) with the binned semivariances.
array (dimension nlags
) with the bin counts (weights).
a list with 3 components:
x
argument x
.
y
argument y
.
med
(weighted) mean of the (binned) semivariances.
a list of 2 components:
type
character, type of estimation (e.g. "isotropic").
estimator
character, estimator name (e.g. "classical").
Currently, only isotropic semivariogram estimation is supported.
If parameter nlags
is not specified is set to max(12, rule.svar(x))
.