Description Usage Arguments Examples
View source: R/get_water_year_type.R
Get water year classifications
| 1 | get_water_year_type(water_year, valley = c("SAC", "SJR"))
 | 
| water_year | numeric vector of water years | 
| valley | Sacramento or San Joaquin valley (options: SAC or SJR) | 
| 1 2 3 | get_water_year_type(1900:1906)
get_water_year_type(1900:1906, "SJR")
get_water_year_type(2014:2020)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.