RFempVariog
RFplotEmpVariogram(x, model = NULL, nmax.phi = NA, nmax.theta = NA,
nmax.T = NA,
plot.nbin = TRUE, plot.sd=FALSE, method = "ml",
variogram=TRUE,
boundaries = TRUE,
...)
## S3 method for class 'RFempVariog,missing':
plot(x, y, ...)
## S3 method for class 'RFempVariog':
persp(x, ...)
class(x)=="RFempVario"
or class(x)=="RFfit"
; a list of
covarianve or variogram models that are to be plotted into the samclass(x)=="RFempVario"
;
the maximal number of bins of angle phi that are to be
plottedclass(x)=="RFempVario"
;
the maximal number of bins of angle theta that are to be
plottedclass(x)=="RFempVario"
;
the maximal number of different time bins that are to be
plottedclass(x)=="RFempVario"
;
indicates whether the number of pairs per bin are to be plottedclass(x)=="RFempVario"
;
indicates whether the calculated standard deviation (x@sd
) is
to be plotted (in form of arrows of length +-1*sd)"ml"
for
maximum-likelihood method.TRUE
then the empirical variogram
is plotted, else an estimate for the covariance functionclass(x)=="RFempVario"
and
the anisotropic case where model
is given.
As the empirical variogram is calculated on a sector of angles,
no exact variogram curve corresponds to the mean values in this
# see 'RFempiricalvariogram'
FinalizeExample()
Run the code above in your browser using DataLab