as.LMCAnisCompo.gstat {gmGeostats}R Documentation

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

## 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, ...)

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)


[Package gmGeostats version 0.11.3 Index]