Learn R Programming

dendrometry (version 0.0.2)

densityTree: Tree density

Description

Density per plot.

Usage

densityTree(number, area, overall = TRUE)

Value

Vector of density.

Arguments

number

numeric vector of individual count in each plot.

area

numeric, area of a plot.

overall

logical. If TRUE, an overall density is computed; if FALSE, density is computed for each plot. Default is TRUE.

Details

If every plot have same area, area is a numeric otherwise area is a vector of each plot area.