Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vertical_stratum

Divide data into 3 vertical strata


Description

Get the vertical strata of data based on the height variable. The data will be divided into inferior, medium and superior strata.

Usage

vertical_stratum(df, th)

Arguments

df

A data frame.

th

Quoted name of the total height variable.

Value

a data frame.

Author(s)

Eric Bastos Gorgens e.gorgens@gmail.com

References

Souza, A. L. and Soares, C. P. B. (2013) Florestas Nativas: estrutura, dinamica e manejo. Vicosa: UFV.

Examples

library(forestmangr)
data("exfm10")
exfm10

# To classify the data, supply the data frame and the height variable name:
vertical_stratum(exfm10, "TH" )

forestmangr

Forest Mensuration and Management

v0.9.3
MIT + file LICENSE
Authors
Sollano Rabelo Braga [aut, cre, cph], Marcio Leles Romarco de Oliveira [aut], Eric Bastos Gorgens [aut]
Initial release
2021-01-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.