Description Usage Arguments Value Examples
This function combines calculates CWD volume for each plot. Must run importData first. Note that plots in Deer Exclosures are not sampled for CWD and will not be returned.
1 2 3 4 5 6 7 8 9 10 | joinCWDData(
units = c("ha", "acres"),
park = "all",
from = 2007,
to = 2019,
QAQC = FALSE,
locType = "VS",
output,
...
)
|
units |
Calculates CWD Volume based on different units.
|
returns a dataframe with CWD volume for each plot, one with cubic m/ha and cubic ft/acre
1 2 3 4 5 6 | importData() #imports using default odbc
# Compile CWD data for FRSP for most recent survey and return in ft^3/acre
cwd_data <- joinCWDData(park = 'FRSP', from = 2015, to = 2018, units = 'acres')
# Compile CWD data for all parks (default) for most recent survey and return in m^3/ha (default)
cwd_data <- joinCWDData(from = 2015, to = 2018)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.