make_indicator_descriptions: Create a table describing the plot indicators

View source: R/make_indicator_descriptions.R

make_indicator_descriptionsR Documentation

Create a table describing the plot indicators

Description

Create a table describing the plot indicators

Usage

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
)

Arguments

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

Value

Data frame describing each indicator and set of indicators


annack84/STMdevelopment documentation built on April 12, 2024, 6:46 p.m.