View source: R/get_dominant_spp.R
get_dominant_spp | R Documentation |
Get a list of the species in each functional group for each plant community, ranked by mean cover across all plots in the plant community. Species must appear in at least one plot to be returned.
get_dominant_spp(
data = filter(plot_data_descriptive, PlantCommunity_fuzzy == 3),
species_cols = colnames(descriptive.df),
user = "Anna"
)
data |
Data frame containing all the species to be tallied. Format
should match the outputs of |
species_cols |
Character vector of the column names of all the columns in data containing species cover. |
user |
Character. User name to generate input data file paths. See
|
Data frame of species recorded for each functional group, arranged from highest to lowest mean cover. Functional groups are: C3NativePerenGrass, C3IntroducedPerenGrass, C4NativePerenGrass, C4IntroducedPerenGrass, NativeAnnGrass, IntroducedAnnGrass, NativePerenForb, IntroducedPerenForb, NativeAnnForb, IntroducedAnnForb, Succulent, ShrubSubShrub, Tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.