gmGeostats (version 0.10-6)

as.gmCgram.variogramModelList: Convert theoretical structural functions to gmCgram format

Description

Convert covariance function or variogram models to the format gmCgram of package gmGeostats

Usage

# S3 method for variogramModelList
as.gmCgram(m, ...)

as.gmCgram(m, ...)

# S3 method for default as.gmCgram(m, ...)

Arguments

m

model to be converted

...

further parameters

Value

the covariance/variogram model, recasted to class gmCgram. This is a generic function. Methods exist for objects of class LMCAnisCompo (for compositional data) and variogramModelList (as provided by package gstat).

Methods (by class)

  • variogramModelList: Convert theoretical structural functions to gmCgram format

  • default: Convert theoretical structural functions to gmCgram format

See Also

Other gmCgram functions: [.gmCgram(), [[.gmCgram(), as.function.gmCgram(), length.gmCgram(), ndirections(), plot.gmCgram(), variogramModelPlot()