is.anisotropySpecification {gmGeostats} | R Documentation |
Check for any anisotropy class
Description
Check that an object contains a valid specification of anisotropy, in any form
Usage
is.anisotropySpecification(x)
Arguments
x |
object to check |
Value
a logical, TRUE if the object is an anisotropy specification; FALSE otherwise
See Also
Other anisotropy:
AnisotropyRangeMatrix()
,
AnisotropyScaling()
,
anis_GSLIBpar2A()
,
as.AnisotropyRangeMatrix()
,
as.AnisotropyScaling()
Examples
a = anis2D_par2A(0.5, 30)
a
is.anisotropySpecification(a)
[Package gmGeostats version 0.11.3 Index]