gmGeostats (version 0.10-6)

as.LMCAnisCompo: Recast compositional variogram model to format LMCAnisCompo

Description

Recast a compositional variogram model of any sort to a variation-variogram model of class "LMCAnisCompo".

Usage

as.LMCAnisCompo(m, ...)

# S3 method for LMCAnisCompo as.LMCAnisCompo(m, ...)

# S3 method for gmCgram as.LMCAnisCompo(m, V = NULL, orignames = rownames(V), ...)

# S3 method for CompLinModCoReg as.LMCAnisCompo(m, varnames, ...)

# S3 method for gstat as.LMCAnisCompo(m, ...)

# S3 method for variogramModelList as.LMCAnisCompo(m, V = NULL, orignames = NULL, ...)

Arguments

m

original variogram model

...

arguments for generic functionality

V

eventually, a specification of the way m is presently represented

orignames

eventually, vector of names of the components, if V is provided and it does not have rownnames

varnames

a vector with the component names

Value

the variogram model recasted to class "LMCAnisCompo"

Methods (by class)

  • LMCAnisCompo: Recast compositional variogram model to format LMCAnisCompo

  • gmCgram: Recast compositional variogram model to format LMCAnisCompo

  • CompLinModCoReg: Recast a variogram model from package "compositions" to format LMCAnisCompo

  • gstat: Recast compositional variogram model to format LMCAnisCompo

  • variogramModelList: Recast compositional variogram model to format LMCAnisCompo