Description Usage Arguments Value Examples
This function combines quadrat species data with species names and allows you to filter on species types, park, years, and visit type. Note that the Shrub guild also includes woody vine species.
1 2 3 4 5 6 7 8 9 10 11 | joinQuadData(
speciesType = c("all", "native", "exotic", "invasive"),
park = "all",
from = 2006,
to = 2018,
QAQC = FALSE,
locType = "VS",
panels = 1:4,
output,
...
)
|
speciesType |
Allows you to filter on native, exotic or include all species.
|
Returns a dataframe with cover class midpoints for each quadrat and includes guild for each species.
1 2 3 4 5 6 | importData()
# compile quadrat data for invasive species in SARA for all years
SARA_quads <- joinQuadData(park = 'SARA', speciesType = 'invasive')
# compile native species only for all parks in most recent survey
native_quads <- joinQuadData(speciesType = 'native', from = 2015, to = 2018)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.