AnisotropyScaling {gmGeostats} | R 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)
[Package gmGeostats version 0.11.3 Index]