Description Usage Arguments Value Examples
View source: R/joinMicroShrubData.R
This function combines shrub stem (cycle 1) and percent cover (cycle 2+) data from microplots. Must run importData first.
1 2 3 4 5 6 7 8 9 10 11 12 | joinMicroShrubData(
speciesType = c("all", "native", "exotic"),
numMicros = 3,
park = "all",
from = 2007,
to = 2019,
QAQC = FALSE,
locType = "VS",
panels = 1:4,
output,
...
)
|
speciesType |
Allows you to filter on native, exotic or include all species.
|
numMicros |
Allows you to select 1, 2, or 3 microplots of data to summarize |
returns a dataframe with shrub data collected in microplots
1 2 3 4 5 6 | importData()
# native shrubs in RICH all years
native_shrubs <- joinMicroShrubData(park ='RICH', speciesType = 'native')
# all parks with exotic shrubs in most recent survey
exotic_shrubs <- joinMicroShrubData(from = 2015, to = 2018, speciesType = 'exotic')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.