Learn R Programming

sampSurf (version 0.7-6)

chainSawIZ: Generate Objects of Class "'>chainSawIZ"

Description

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

Usage

chainSawIZ(downLog, plotRadius, ...)

Arguments

downLog

Signature object of class "'>downLog".

plotRadius

Signature object for plot radius.

See methods.

Value

A valid object of class "'>chainSawIZ."

Details

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

References

Gove, J. H. and Van Deusen, P. C. 2011. On fixed-area plot sampling for downed coarse woody debris. Forestry. Forestry 84:109--117.

See Also

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

Examples

Run this code
# NOT RUN {
dl = downLog(buttDiam=40, solidType=4, logAngle=4*pi/3, logLen=6)
iz.cs = chainSawIZ(dl, plotRadius=3, plotCenter=c(x=2,y=2), runQuiet=FALSE)
summary(iz.cs)
plot(iz.cs, axes=TRUE, showPlotCenter=TRUE, cex=2, showNeedle=TRUE)
# }

Run the code above in your browser using DataLab