densityTree {dendrometry} | R Documentation |
Tree density
Description
Density per plot.
Usage
densityTree(number, area, overall = TRUE)
Arguments
number |
numeric vector of individual count in each plot. |
area |
numeric, area of a plot. |
overall |
logical. If |
Details
If every plot have same area, area
is a numeric otherwise
area
is a vector of each plot area.
Value
Vector of density.
[Package dendrometry version 0.0.2 Index]