fit.intvariogram {intkrige} | R Documentation |
Function to create a variogram object for interval-valued data.
Description
Function to create a variogram object for interval-valued data.
Usage
fit.intvariogram(x, models = gstat::vgm(rep("Sph", 3)), ...)
Arguments
x |
An object of class intvariogram .
|
models |
an object of class variogramModelList . The user must
specify at least two variogram models to fit (for center and radius).
If less than three models are specified then the method does not fit a
variogram for the center/radius interaction.
|
... |
Additional arguments for fit.variogram .
|
Value
A list of variograms objects from the gstat package.
[Package
intkrige version 1.0.1
Index]