View source: R/dateManupulations.R
water_year | R Documentation |
Derive water year value for a date
water_year(date, start_month = 10)
date |
the (vector of) dates for which the water year will be calculated |
start_month |
the month in which the water year starts, default is October |
The water year value
water_year(as.Date(c("2010-11-03", "2013-02-03")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.