densityRegen: Density of regeneration

View source: R/dendrometry.R

densityRegenR 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 as.data.frame to a data frame containing the variables whose names are given in count and plot.

plot

an optional character, name of the variable containing the plot identities. If data is missing, a vector providing the plot identities.

count

character, name of the variable containing the counts: number of stems (individuals). If data is missing, a numeric vector providing the the counts: number of stems (individuals).

nbSubPlot

numeric, number of subplots per plot.

area

numeric, area of each subplot.


dendrometry documentation built on June 8, 2025, 10:38 a.m.