| AnisotropyScaling | R Documentation |
Convert an anisotropy specification to a scaling matrix
AnisotropyScaling(x)
x |
an matrix to be tagged as anisotropy scaling matrix |
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.
Other anisotropy:
AnisotropyRangeMatrix(),
anis_GSLIBpar2A(),
as.AnisotropyRangeMatrix(),
as.AnisotropyScaling(),
is.anisotropySpecification()
( l = anis_GSLIBpar2A(angles=30, ratios=0.5))
( ll = unclass(l) )
AnisotropyScaling(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.