map_hydro_data | R Documentation |
Map data used in composite hydrographs
map_hydro_data(x, num_years, parameter_cd = "72019")
x |
aquifer data frame. Requires at least 3 columns. Two are required "site_no", "year", and "value". |
num_years |
integer number of years required |
parameter_cd |
character, 5-digit parameter code, default is "72019". |
leaflet object
aquifer_data <- aquifer_data
num_years <- 30
map_data <- map_hydro_data(aquifer_data, num_years)
map_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.