Description Usage Arguments Value Examples
This function combines and calculates CWD volume for each plot. Must run importData first.
1 2 3 4 5 6 7 8 9 10 11 | joinCWDData(
units = c("ha", "acres"),
park = "all",
from = 2006,
to = 2018,
QAQC = FALSE,
locType = "VS",
panels = 1:4,
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 MABI for most recent survey and return in ft^3/acre
cwd_data <- joinCWDData(park = 'MABI', 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.