Compute the empirical variogram of the conditioning data contained in a gmSpatialModel object
logratioVariogram_gmSpatialModel(
data,
...,
azimuth = 0,
azimuth.tol = 180/length(azimuth)
)variogram_gmSpatialModel(object, methodPars = NULL, ...)
Currently the function is just a convenience wrapper on
the variogram calculation functionalities of package "gstat",
and returns objects of class "gstatVariogram". Check the
help of gstat::variogram for further information.
In the near future, methods will be created, which will depend on
the properties of the two arguments provided, object and
methodPars.
the data container (see gmSpatialModel for details)
further parameters to gstat::variogram()
which direction, or directions, are desired (in case of directional variogram)
which tolerance sould be used for directional variograms?
a gmSpatialModel object containing spatial data.
(currently ignored)
logratioVariogram_gmSpatialModel: logratio variogram method (see logratioVariogram() for details)