View source: R/compositionsCompatibility.R
| as.LMCAnisCompo.gstat | R Documentation | 
Recast a compositional variogram model of any sort to a variation-variogram model of class "LMCAnisCompo".
## S3 method for class 'gstat'
as.LMCAnisCompo(m, ...)
## S3 method for class 'variogramModelList'
as.LMCAnisCompo(m, V = NULL, orignames = NULL, ...)
as.LMCAnisCompo(m, ...)
## S3 method for class 'LMCAnisCompo'
as.LMCAnisCompo(m, ...)
## S3 method for class 'gmCgram'
as.LMCAnisCompo(m, V = NULL, orignames = rownames(V), ...)
## S3 method for class 'CompLinModCoReg'
as.LMCAnisCompo(m, varnames, ...)
m | 
 original variogram model  | 
... | 
 arguments for generic functionality  | 
V | 
 eventually, a specification of the way   | 
orignames | 
 eventually, vector of names of the components, if   | 
varnames | 
 a vector with the component names  | 
the variogram model recasted to class "LMCAnisCompo"
gstat: Recast compositional variogram model to format LMCAnisCompo
variogramModelList: Recast compositional variogram model to format LMCAnisCompo
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.