Function to fit empirical variograms for an interval-valued spatial object
intvariogram(x, formulas = list(center ~ 1, radius ~ 1), ...) ## S4 method for signature 'intgrd' intvariogram(x, formulas = list(center ~ 1, radius ~ 1), ...) ## S4 method for signature 'intsp' intvariogram(x, formulas = list(center ~ 1, radius ~ 1), ...)
x
: An object of class intsp or intgrd.formulas
: A list of length two specifying the formulas related to the centers and radii respectively....
: Additional arguments for sp::variogram().An object of class 'intvariogram' containing empirical variograms for the center, radius, and center/radius interaction.
Useful links