View source: R/get_nwos_plots_intensified.R
get_nwos_plots_intensified | R Documentation |
Extracts the full plot list for a given NWOS cycle/study, classed to STRATA
get_nwos_plots_intensified(
cycle = "2018",
study = "base intensified",
states = NA,
yrs = NA,
strict.intensification = FALSE
)
cycle |
is a string containing the NWOS cycle desired. |
study |
is a string containing the NWOS study desired. |
states |
is a string containing the NWOS state desired. |
yrs |
is a logical value determining whether ONLY intensified plots should be selected. |
This function must be run on a machine with an ODBC connection to the USFS FIA production database through a user with read permissions.
an nwos.plots object
get_nwos_plots(cycle='2018',study='base intensified',states="26",yrs=2017:2018,strict.intensification=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.