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