View source: R/species_aggreg.R
species_aggreg | R Documentation |
Get the aggregation state of species according to the Payandeh, Hazen and Morista methods.
species_aggreg(df, species, plot, NI_label = "")
df |
A data frame. |
species |
Quoted name of the scientific names variable, or any variable used to differentiate the different species found in data. |
plot |
Quoted name of the plot variable. used to differentiate the plots trees, and calculate the number of sampled plots. |
NI_label |
Label used for Species not identified. This parameter works along with species. The level supplied here will not be considered in the classification. Default |
a data frame with the aggregation classification.
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("exfm20")
head(exfm20)
# Get the aggregation indexes of species:
species_aggreg(exfm20, "scientific.name", "transect")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.