View source: R/biweek.period.r
biweek.period | R Documentation |
Biweekly Period during Water Year
biweek.period(date, WY.type = "FL")
WY.type |
Specifies Federal ("Fed") or Florida ("FL") water years |
Date |
Date in as.POSIXct or as.Date format |
Similar to "Week Number" function in base or lubridate, this function determines the two week period starting during any given water year (Federal or Florida).
See WY() function
dates=as.Date(c("2015-05-01","2015-08-20","2015-12-15"))
biweek.period(dates)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.