| adk_data | R Documentation |
Loads data from locally downloaded CSV files. Run check_dl_data before using this function.
The package presents data for the 28 original lakes covered by both the AEAP and ALTM monitoring programs, matching the scope of Farrell et al. (2018, Scientific Data, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/sdata.2018.59")}). The underlying figshare archive (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.6084/m9.figshare.32305479")}) additionally contains chemistry and nutrient records for 25 ALTM-only lakes; those records are filtered out by this function but are available directly from figshare if needed.
adk_data(data_name)
data_name |
A string choosing the data to load.
|
## Not run:
#grab secchi data and plot it
secchi = adk_data('secchi')
plot(as.POSIXct(secchi$date), secchi$secchi)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.