gmGeostats (version 0.11.3)

is.anisotropySpecification: Check for any anisotropy class

Description

Check that an object contains a valid specification of anisotropy, in any form

Usage

is.anisotropySpecification(x)

Value

a logical, TRUE if the object is an anisotropy specification; FALSE otherwise

Arguments

x

object to check

See Also

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

Examples

Run this code
a =  anis2D_par2A(0.5, 30)
a
is.anisotropySpecification(a)

Run the code above in your browser using DataLab