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()