View source: R/gw_conditions.R
gw_conditions | R Documentation |
Create a percentiles map with selected observation wells
gw_conditions(
ows = NA,
report_dates = Sys.Date(),
n_days = 14,
years_min = 5,
cache_age = 7
)
ows |
Character vector. Observation well numbers (e.g, "OW000"). Set to NA for all wells (default). |
report_dates |
Character vector. Only one date for this function. Default Sys.Date(). |
n_days |
Numeric. If there is no data on the report date chosen, this is the range of days over which to look for alternative dates with data. Defaults to 2 weeks, meaning 2 weeks before and 2 weeks after a given report date, for a total window of 4 weeks. |
years_min |
Numeric. Minimum number of years required to to calculate a percentiles |
cache_age |
Logical. Maximum age in days of cached datasets (not obs well data, but metadata related to regional maps, aquifer and wells). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.