Learn R Programming

gmGeostats (version 0.11.3)

as.AnisotropyRangeMatrix: Force a matrix to be anisotropy range matrix,

Description

Force a matrix M to be considered an anisotropy range matrix, i.e with ranges and orientations, such that \(u = sqrt(h' * M^{-1} * h)\) allows to use an isotropic variogram.

Usage

as.AnisotropyRangeMatrix(x)

# S3 method for default as.AnisotropyRangeMatrix(x)

# S3 method for AnisotropyRangeMatrix as.AnisotropyRangeMatrix(x)

Value

the same anisotropy, specified as M

Arguments

x

matrix simmetric positive definite (i.e. M above)

Methods (by class)

  • default: Default conversion to anisotropy range matrix

  • AnisotropyRangeMatrix: identity conversion

See Also

Other anisotropy: AnisotropyRangeMatrix(), AnisotropyScaling(), anis_GSLIBpar2A(), as.AnisotropyScaling(), is.anisotropySpecification()