vertical_stratum function

Divide data into 3 vertical strata

Divide data into 3 vertical strata

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

vertical_stratum(df, th)

Arguments

  • df: A data frame.
  • th: Quoted name of the total height variable.

Returns

a data frame.

Examples

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

References

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

Author(s)

Eric Bastos Gorgens e.gorgens@gmail.com

  • Maintainer: Sollano Rabelo Braga
  • License: MIT + file LICENSE
  • Last published: 2024-12-01