gmGeostats (version 0.11.3)

as.logratioVariogram.gstatVariogram: Recast empirical variogram to format logratioVariogram

Description

Recast an empirical compositional variogram of any sort to a variation-variogram of class "logratioVariogram".

Usage

# S3 method for gstatVariogram
as.logratioVariogram(
  vgemp,
  V = NULL,
  tol = 1e-12,
  orignames = NULL,
  symmetrize = FALSE,
  ...
)

as.logratioVariogram(vgemp, ...)

# S3 method for logratioVariogram as.logratioVariogram(vgemp, ...)

# S3 method for gmEVario as.logratioVariogram(vgemp, ...)

Value

the same model in the new format.

Arguments

vgemp

empirical variogram

V

matrix or name of the logratio transformation used

tol

tolerance for generalized inverse (eventually for clr case; defaults to 1e-12)

orignames

names of the original component (default NULL)

symmetrize

do you want a whole circle of directions? (default FALSE)

...

parameters for generic functionality

Methods (by class)

  • gstatVariogram: method for gstatVariogram objects

  • logratioVariogram: identity method

  • gmEVario: method for gmEVario objects (not yet available)