Florida Department of Environmental Protection Time-of-day dissolved oxygen water quality criteria

DO.TOD.WQS.stream(DateTime)

Arguments

DateTime

Date and Time field in as.POSIXct() format

Value

DO.TOD.WQS.stream() calculates the time-of-day dissolved oxygen water quality criteria consistent with 62-302.533 Florida Adminstrative Code (FAC) for stream ecosystems. Development of this method can be found at https://floridadep.gov/sites/default/files/tsd-do-criteria-aquatic-life.pdf

Examples

Date.Time=as.POSIXct(c("2015-05-01 08:00","2015-10-15 12:00"))
DO.TOD.WQS.stream(Date.Time)
#> [1] 32.8 40.9