standTable {Mensuration} | R Documentation |
Calculates a simple stand table from some tree diameters.
standTable(dbh, wantBA = TRUE, isEnglish = TRUE, runQuiet = TRUE, ...)
dbh |
A vector of tree diameters. |
wantBA |
|
isEnglish |
|
runQuiet |
|
... |
Arguments passed on to |
This routine calculates an unweighted stand table based on the
diameters passed. The diameters are classed using
dbhClassLimits
to define the limits, and
groupDBH
to do the grouping. Basal area is calculated
based on the raw (ungrouped/non-midpoint) diameters passed.
A data frame with the stand table composed of the dbh class limits, tree frequency, and basal area (if desired).
Sometime we might want to add some functionality for point sampling, etc.
JHG.
dbh = rexp(100, 0.25) st = standTable(dbh, runQuiet=FALSE) #should produce a warning