Learn R Programming

sampSurf (version 0.7-6)

perpendicularDistanceIZ: Generate Objects of Class "'>perpendicularDistanceIZ"

Description

This is the generic definition for generating objects of class "perpendicularDistanceIZ." There is only one constructor method corresponding to this generic: perpendicularDistanceIZ-methods.

Usage

perpendicularDistanceIZ(downLog, pds, ...)

Arguments

downLog

Signature object of class "'>downLog".

pds

Signature object of class "'>perpendicularDistance" containing the pertinent perpendicular distance sampling information.

See methods.

Value

A valid object of class "'>perpendicularDistanceIZ."

Details

Since only one method exists for this generic, its signature arguments coincide with the above definitions. Please see perpendicularDistanceIZ-methods for more details.

References

%

Williams, M. S. and Gove, J. H. 2003. Perpendicular distance sampling: an alternative method for sampling downed coarse woody debris. Canadian Journal of Forest Research 33:1564--1579.

See Also

Class "'>perpendicularDistanceIZ", and perpendicularDistanceIZ-methods.

Examples

Run this code
# NOT RUN {
#
# creates an inclusion zone object for sampling with probability
# proportional to volume by default...
#
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
pdsEng = perpendicularDistance(kpds=6, units='English')
iz.pdsv = perpendicularDistanceIZ(dl, pdsEng)
iz.pdsv
# }

Run the code above in your browser using DataLab