pointRelascopeIZ: Generate Objects of Class "'pointRelascopeIZ'"

Description Usage Arguments Details Value Author(s) References See Also Examples

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

1

Arguments

downLog

Signature object of class "downLog".

prs

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

...

See methods.

Details

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

Value

A valid object of class "pointRelascopeIZ."

Author(s)

Jeffrey H. Gove

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

1
2
3
4
5
6
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)

sampSurf documentation built on March 5, 2021, 3:01 p.m.