Learn R Programming

sampSurf (version 0.7-6)

classUnions: Class Unions in sampSurf

Description

Here are the class unions in the sampSurf package and their usage.

Arguments

The Class Unions…

dlsNumeric:

Used where a class of either “distanceLimited” or “numeric” is appropriate.

pdsIZNull:

Used where a class of either “perpendicularDistanceIZ” (or subclass) or NULL is appropriate.

dlsIZNull:

Used where a class of either “distanceLimitedIZ” (or subclass) or NULL is appropriate.

numericNULL:

Used where a class of either “numeric” or NULL is appropriate. Currently, this is only used in the solidType slot of a “downLog” object.

SPNULL:

Used where a class of either “SpatialPolygons” or NULL is appropriate.

RLNULL:

Used where a class of either “RasterLayer” or NULL is appropriate.

izgNULL:

Used where a class of either “InclusionZoneGrid” or NULL is appropriate.

monteNTSampleOrNULL:

Used where a class of either “monteNTSample” (or subclass) or NULL is appropriate.

monteBSSampleOrNULL:

Used where a class of either “monteBSSample” (or subclass) or NULL is appropriate.

horizontalPointMonteCarloSamplingIZ:

This is used to collect all of the classes that allow Monte Carlo subsampling within a horizontal point first stage sample. The class is only used to make it simpler to have one izGrid function apply to all of the methods. Note that this does not include the critical height-based Monte Carlo methods.

See Also

'>distanceLimitedPDSIZ, distanceLimitedPDSIZ-methods, '>downLog, '>monte, '>monteNTSample, '>monteBSSample