Learn R Programming

gmGeostats (version 0.11.3)

AnisotropyScaling: Convert to anisotropy scaling matrix

Description

Convert an anisotropy specification to a scaling matrix

Usage

AnisotropyScaling(x)

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.

Arguments

x

an matrix to be tagged as anisotropy scaling matrix

See Also

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

Examples

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

Run the code above in your browser using DataLab