svar.bin | R Documentation |
Creates a svar.bin
(binned semivar. + grid parameters) object with
linearly binned semivariances (i.e. computes a binned sample variogram).
svar.bin(x, ...)
## Default S3 method:
svar.bin(
x,
y,
maxlag = NULL,
nlags = NULL,
minlag = maxlag/nlags,
estimator = c("classical", "modulus"),
...
)
svariso(
x,
y,
maxlag = NULL,
nlags = NULL,
minlag = maxlag/nlags,
estimator = c("classical", "modulus"),
...
)
x |
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. |
y |
vector of data (response variable). |
maxlag |
maximum lag. Defaults to 55% of largest lag. |
nlags |
number of lags. Defaults to |
minlag |
minimun lag. |
estimator |
character, estimator name (e.g. "classical"). See "Details" below. |
Currently, only isotropic semivariogram estimation is supported.
If parameter nlags
is not specified is set to max(12, rule.svar(x))
.
Returns an S3 object of class svar.bin
(extends bin.data
),
a data.grid
object with the following 4 components:
biny |
array (dimension |
binw |
array (dimension |
grid |
a |
data |
a list with 3 components:
|
svar |
a list of 2 components:
|
np.svariso
, np.svar
,
data.grid
, binning
, locpol
,
rule.svar
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.