gmGeostats (version 0.10-6)

logratioVariogram_gmSpatialModel: Variogram method for gmSpatialModel objects

Description

Compute the empirical variogram of the conditioning data contained in a '>gmSpatialModel object

Usage

logratioVariogram_gmSpatialModel(
  data,
  ...,
  azimuth = 0,
  azimuth.tol = 180/length(azimuth)
)

variogram_gmSpatialModel(object, methodPars = NULL, ...)

Arguments

data

the data container (see '>gmSpatialModel for details)

...

further parameters to gstat::variogram()

azimuth

which direction, or directions, are desired (in case of directional variogram)

azimuth.tol

which tolerance sould be used for directional variograms?

object

a gmSpatialModel object containing spatial data.

methodPars

(currently ignored)

Value

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.

Functions

  • logratioVariogram_gmSpatialModel: logratio variogram method (see logratioVariogram() for details)