Last chance! 50% off unlimited learning
Sale ends in
variofit
to a current variogram plot.## S3 method for class 'variofit':
lines.variomodel(x, max.dist, scaled = FALSE, \dots)
variofit
which is a list containing information about
the fitted model parameters, typically an output of the function
variofit
.x$max.dist
.TRUE
the total sill in the plot is
set to $1$.curve
.plot.variogram
can be
used to compare empirical variograms against fitted models returned by
variofit
.lines.variomodel
,
lines.variomodel.likGRF
,
plot.variogram
, lines.variogram
,
variofit
, likfit
, curve
.# compute and plot empirical variogram
vario <- variog(s100, max.dist = 1)
plot(vario)
# estimate parameters
vario.wls <- variofit(vario, ini = c(1, .3), fix.nugget = TRUE)
# adds fitted model to the plot
lines(vario.wls)
Run the code above in your browser using DataLab