View source: R/assmann_layers.R
assmann_layers | R Documentation |
Tree heights are attributed to three layers as proposed by \insertCiteassmann_1961;textualForestElementsR. The layers are called Top, T, Middle, M, and Bottom, B, and correspond to >80%, >50%, and >0% of a reference height (usually the height of the highest tree in the stand of interest).
assmann_layers(heights, reference_height = NULL)
heights |
Vector of tree heights |
reference_height |
Reference height for the 100% level. If |
An ordered factor of T, M, B values, corresponding to
heights
in the order as heights
was provided.
Other structure and diversity:
shannon_index()
,
species_profile()
# Monospecific stand
trees <- norway_spruce_1_fe_stand$trees
assmann_layers(trees$height_m)
# Selection forest
trees <- selection_forest_1_fe_stand$trees
assmann_layers(trees$height_m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.