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 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.

Value

Vector of density.


[Package dendrometry version 0.0.2 Index]