View source: R/DO_assessment.R
DO_30DADMean_calc | R Documentation |
This function will calculate 30DADMean DO saturation percentage based on daily mean DO sat values. It takes a station, start date, end date (totaling 30 days), and a dataframe with mean DO sat values.
DO_30DADMean_calc(station, start_date, end_date, df, n = 29)
station |
The station to calculate |
start_date |
The first day in the 30 day period |
df |
The dataframe containing DO sat values for subsetting |
n |
The number of days required in the 30 day period |
end |
The the last day in the 30 day period |
DO_30DADMean_calc(station, start_date, end_date, df, n = 29)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.