Last chance! 50% off unlimited learning
Sale ends in
FUN
, using the estimated
coefficients corresponding to object
, at the distances defined
by distance
.## S3 method for class 'corSpatial':
Variogram(object, distance, sig2, length.out, FUN, \dots)
"corSpatial"
,
representing spatial correlation structure.NULL
, in which case a sequence of length length.out
between the minimum and maximum values of
getCov
1
.distance = NULL
. Defaults to 50
.object
, specifying the semi-variogram
model.variog
and dist
representing,
respectively, the semi-variogram values and the corresponding
distances. The returned value inherits from class Variogram
.corSpatial
,
Variogram
,
Variogram.default
,
Variogram.corExp
,
Variogram.corGaus
,
Variogram.corLin
,
Variogram.corRatio
,
Variogram.corSpher
,
plot.Variogram
cs1 <- corExp(3, form = ~ Time | Rat)
cs1 <- Initialize(cs1, BodyWeight)
Variogram(cs1, FUN = function(x, y) (1 - exp(-x/y)))[1:10,]
Run the code above in your browser using DataLab