Learn R Programming

sampSurf (version 0.7-6)

pointRelascopeIZ: Generate Objects of Class "'>pointRelascopeIZ"

Description

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

Usage

pointRelascopeIZ(downLog, prs, ...)

Arguments

downLog

Signature object of class "'>downLog".

prs

Signature object of class pointRelascope containing the pertinent point relascope sampling information.

See methods.

Value

A valid object of class "'>pointRelascopeIZ."

Details

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

References

J. H. Gove, A. Ringvall, G. Stahl, and M. J. Ducey. 1999. Point relascope sampling of downed coarse woody debris. Canadian Journal of Forest Research 29(11):1718--1726.

See Also

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

Examples

Run this code
# NOT RUN {
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
(angle = .StemEnv$rad2Deg(2*atan(1/4)))
prs = pointRelascope(angle, units='English')
iz.prs = pointRelascopeIZ(dl, prs=prs)
summary(iz.prs)
plot(iz.prs, axes=TRUE, showDualCenters=TRUE, cex=2, showNeedle=TRUE)
# }

Run the code above in your browser using DataLab