View source: R/vertical_stratum.R
vertical_stratum | R Documentation |
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)
df |
A data frame. |
th |
Quoted name of the total height variable. |
a data frame.
Eric Bastos Gorgens e.gorgens@gmail.com
Souza, A. L. and Soares, C. P. B. (2013) Florestas Nativas: estrutura, dinamica e manejo. Vicosa: UFV.
library(forestmangr)
data("exfm10")
head(exfm10)
# To classify the data, supply the data frame and the height variable name:
vertical_stratum(exfm10, "TH" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.