get_domsp: Determines the dominant specie of a Nothofagus stand

Description Usage Arguments Value Author(s) References Examples

View source: R/get_domsp.R

Description

It determines the dominant Nothofagus specie of a given stand based on stand-level basal area.

Usage

1
get_domsp(BA = NA)

Arguments

BA

Vector of basal area (m2/ha) of the stand (1: Rauli, 2: Roble, 3: Coigue, 4:Others)

Value

DOM.SP Dominant specie of the stand (1: Rauli, 2: Roble, 3: Coigue, 4:Mixed)

Author(s)

S.A. Gezan, S. Palmas and P. Moreno

References

Gezan, S.A. and Ortega, A. (2001). Desarrollo de un Simulador de Rendimiento para Renovales de Roble, Rauli y Coigue. Reporte Interno. Projecto FONDEF D97I1065, Chile

Examples

1
2
3
# Example: Obtaining species from vector of Basal Area
BA <- c(4.5,2.8,41.6,2.4)
(DOM.SP <- get_domsp(BA))

sgezan/Nothopack documentation built on April 25, 2021, 8:03 a.m.