densityRegen {dendrometry} | R Documentation |
Density of regeneration
Description
Computes the density per plot of tree regeneration based on counts in subplots.
Usage
densityRegen(data = NULL, plot = NULL, count, nbSubPlot, area)
Arguments
data |
an optional data frame, list, tibble or object coercible by
|
plot |
an optional character, name of the variable containing the plot
identities. If |
count |
character, name of the variable containing the counts: number
of stems (individuals). If |
nbSubPlot |
numeric, number of subplots per plot. |
area |
numeric, area of each subplot. |
[Package dendrometry version 0.0.3 Index]