AnisotropyScaling: Convert to anisotropy scaling matrix

View source: R/gmAnisotropy.R

AnisotropyScalingR Documentation

Convert to anisotropy scaling matrix

Description

Convert an anisotropy specification to a scaling matrix

Usage

AnisotropyScaling(x)

Arguments

x

an matrix to be tagged as anisotropy scaling matrix

Value

An anisotropy scaling matrix A is such that for any lag vector h, the variogram model turns isotropic in terms of u'=h'\cdot A. This function does not check any special property for this matrix! You should probably be using anis_GSLIBpar2A() isntead, and leave AnisotropyScaling() for internal uses.

See Also

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

Examples

( l = anis_GSLIBpar2A(angles=30, ratios=0.5))
( ll = unclass(l) )
AnisotropyScaling(l)

gmGeostats documentation built on April 18, 2023, 5:08 p.m.