fullChainSawIZ: Generate Objects of Class "'fullChainSawIZ'"

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

Description

This is the generic function for class “fullChainSawIZ”. Please see the associated method in fullChainSawIZ-methods for more details on how to construct objects of this class.

Usage

1
fullChainSawIZ(downLog, plotRadius, ...)

Arguments

downLog

Signature object of class "downLog".

plotRadius

Signature object for plot radius.

...

See methods.

Details

The actual inclusion zone is the same as that for "sausageIZ." See the reference below for more details on how the actual sampling method works. Also The “InclusionZone” Class and The “InclusionZoneGrid” Class vignettes provide examples.

Value

A valid object of class "fullChainSawIZ."

Note

Note in particular that the puaEstimates slot is not valid in the sense that there is no one estimate for each attribute under this method as the surface will be variable from point to point; therefore, the attributes in this slot will all be assign NA by the constructor.

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 "fullChainSawIZ", and fullChainSawIZ-methods.

Examples

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

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