| DeltaDater | R Documentation |
Imports, filters, and processes datasets and outputs a list of desired datasets
DeltaDater(
Start_year = 2002,
End_year = 2020,
Variables = c("Bivalves", "Zooplankton", "Phytoplankton", "Water quality"),
WQ_sources = c("EMP", "STN", "FMWT", "EDSM", "SKT", "20mm", "Suisun"),
Shapefile = deltamapr::R_EDSM_Strata_1819P1,
Region_column = "Stratum",
Regions = c("Suisun Bay", "Suisun Marsh", "Lower Sacramento River",
"Sac Deep Water Shipping Channel", "Cache Slough/Liberty Island",
"Lower Joaquin River", "Southern Delta"),
Phyt_start = 2008
)
Start_year |
Earliest year you would like included in the report. Must be an integer. Defaults to |
End_year |
Latest year you would like included in the dataset. Must be an integer. Defaults to |
Variables |
Character vector of variables you would like included in the dataset.
Defaults to all possible options: |
WQ_sources |
Character vector of data sources for the water quality variables, pulled from the |
Shapefile |
Shapefile you would like used to define regions in the dataset. Must be in |
Region_column |
Quoted name of the column in the Shapefile with the region designations. |
Regions |
Character vector of regions to be included in the dataset. Must correspond with levels of the |
Phyt_start |
First year to include for phytoplankton data. Defaults to |
A list of datasets
Data <- DeltaDater(Start_year = 1900,
WQ_sources = c("EMP", "STN", "FMWT", "EDSM", "SKT", "20mm", "Suisun"),
Variables = "Water quality",
Regions = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.