object
, at the distances defined
by distance
.## S3 method for class 'corLin':
Variogram(object, distance, sig2, length.out, \dots)
corLin
,
representing an Linear 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
.variog
and dist
representing,
respectively, the semi-variogram values and the corresponding
distances. The returned value inherits from class Variogram
.corLin
, plot.Variogram
cs1 <- corLin(15, form = ~ Time | Rat)
cs1 <- Initialize(cs1, BodyWeight)
Variogram(cs1)[1:10,]
Run the code above in your browser using DataLab