fit.intvariogram: Function to create a variogram object for interval-valued...

Description Usage Arguments Value

View source: R/gstat-extensions.R

Description

Function to create a variogram object for interval-valued data.

Usage

1
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.


intkrige documentation built on Feb. 8, 2020, 1:06 a.m.