fit.intvariogram function

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

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

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.

Returns

A list of variograms objects from the gstat package.

  • Maintainer: Brennan Bean
  • License: MIT + file LICENSE
  • Last published: 2020-02-07

Useful links