View source: R/make_indicator_descriptions.R
make_indicator_descriptions | R Documentation |
Create a table describing the plot indicators
make_indicator_descriptions(
indicators = c("AH_C3NativePerenGrassCover", "AH_C3IntroducedPerenGrassCover",
"AH_C4NativePerenGrassCover", "AH_C4IntroducedPerenGrassCover",
"AH_C3PerenGrassCover", "AH_C4PerenGrassCover", "AH_IntroducedPerenGrassCover",
"AH_NativePerenForbCover", "AH_IntroducedPerenForbCover", "AH_NativeAnnGrassCover",
"AH_IntroducedAnnGrassCover", "AH_NativeAnnForbCover", "AH_IntroducedAnnForbCover",
"BareSoilCover", "CP_percent_100to200", "CP_percent_200plus", "FH_LichenCover",
"FH_MossCover"),
ann_grass_by_spp = FALSE,
ann_forb_by_spp = FALSE,
per_grass_by_spp = FALSE,
per_forb_by_spp = FALSE,
succulent_by_spp = FALSE,
shrub_by_spp = T,
subshrub_by_spp = T,
tree_by_spp = T,
opuntia_combined = T
)
indicators |
Character vector. Functional group indicators used to pull plot data |
ann_grass_by_spp |
Logical. Include all annual grasses by species? |
ann_forb_by_spp |
Logical. Include all annual forbs by species? |
per_grass_by_spp |
Logical. Include all perennial grasses by species? |
per_forb_by_spp |
Logical. Include all perennial forbs by species? |
succulent_by_spp |
Logical. Include all succulents by species? If TRUE, opuntia_combined should be FALSE |
shrub_by_spp |
Logical. Include all shrubs by species? |
subshrub_by_spp |
Logical. Include all sub-shrubs by species? |
tree_by_spp |
Logical. Include all trees by species? |
opuntia_combined |
Logical. Include combined cover of genus Opuntia? If TRUE, succulent_by_spp should be FALSE |
Data frame describing each indicator and set of indicators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.