Description Usage Arguments Details Value Author(s) References See Also Examples
This is the generic definition for generating objects of
class "omnibusPDSIZ." There is only one constructor method
corresponding to this generic: omnibusPDSIZ-methods
.
1 | omnibusPDSIZ(downLog, pds, ...)
|
downLog |
Signature object of class " |
pds |
Signature object of class " |
... |
See methods. |
Since only one method exists for this generic, its signature
arguments coincide with the above definitions. Please see
omnibusPDSIZ-methods
for more details.
A valid object of class "omnibusPDSIZ
."
Jeffrey H. Gove
Ducey, M. J., Williams, M. S., Gove, J. H. and Valentine, H. T. 2008. Simultaneous unbiased estimates of multiple downed wood attributes in perpendicular distance sampling. Canadian Journal of Forest Research 38:2044–2051.
Williams, M. S. and Gove, J. H. 2003. Perpendicular distance sampling: an alternative method for sampling downed coarse woody debris. Canadian Journal of Forest Research 33:1564–1579.
Class "omnibusPDSIZ
", and
omnibusPDSIZ-methods
.
1 2 3 4 5 6 7 8 | #
# creates an inclusion zone object for sampling with probability
# proportional to volume by default...
#
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
pdsEng = perpendicularDistance(kpds=6, units='English')
iz.opdsv = omnibusPDSIZ(dl, pdsEng)
iz.opdsv
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.