seas | R Documentation |
Federal water year 2022 runs from 01 Oct 2021 - 30 Sept 2022 (beginning with the dry season). Florida water year 2022 runs from 01 May 2021 - 30 April 2022 (beginning with the wet season).
seas(
inputData,
timeCol = "datetime",
wetSeas = c("May", "Sep"),
waterYearBegin = month.abb[which(month.abb %in% wetSeas[2]) + 1]
)
inputData |
input dataframe |
timeCol |
POSIXct column of timestamps |
wetSeas |
the first and last month of the wet season (inclusive; use abbreviated months as in |
waterYearBegin |
the first full month of each water year (abbreviated form, as in |
two columns are appended to the input dataframe
a <- seas(head(wqDat), timeCol = "datetime")
head(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.