sausageIZ {sampSurf}R Documentation

Generate Objects of Class "sausageIZ"

Description

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

Usage

sausageIZ(downLog, plotRadius, ...)

Arguments

downLog

Signature object of class "downLog".

plotRadius

Signature object for plot radius.

...

See methods.

Details

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

Value

A valid object of class "sausageIZ."

Author(s)

Jeffrey H. Gove

References

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

See Also

Class "sausageIZ", and sausageIZ-methods.

Examples

dl = downLog(buttDiam=40, solidType=4, logAngle=4*pi/3, logLen=6)
iz.sa = sausageIZ(dl, plotRadius=3)
summary(iz.sa)
plot(iz.sa, axes=TRUE, showPlotCenter=TRUE, cex=2, showNeedle=TRUE)

[Package sampSurf version 0.7-5 Index]