gmGeostats (version 0.10-6)

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)

Arguments

x

object to check

Value

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

Examples

Run this code
# NOT RUN {
a =  anis2D.par2A(0.5, 30)
a
is.anisotropySpecification(a)
# }

Run the code above in your browser using DataLab