Compute Water Day and Year
Compute "water" day and year, based on the end of the typical or legal dry season. This is September 30 in California.
waterDayYear(d, end = "09-30")
d |
anything the can be safely converted to |
end |
"MM-DD" notation for end of water year |
This function doesn't know about leap-years. Probably worth checking.
A data.frame
object with the following
wy |
the "water year" |
wd |
the "water day" |
D.E. Beaudette
# try it waterDayYear('2019-01-01')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.