View source: R/select_hydrologic_years.R
select_hydrologic_years | R Documentation |
Select hydrologic years
select_hydrologic_years(atm = prepare_atmosphere_data())
atm |
atm as retrieved by |
select hydrologic years
atm <- prepare_atmosphere_data()
atm_selected <- select_hydrologic_years(atm)
head(atm_selected)
tail(atm_selected)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.