DO_30DADMean_calc: 30 Day Average Daily Mean DO saturation percent calculator

View source: R/DO_assessment.R

DO_30DADMean_calcR Documentation

30 Day Average Daily Mean DO saturation percent calculator

Description

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.

Usage

DO_30DADMean_calc(station, start_date, end_date, df, n = 29)

Arguments

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

Examples

DO_30DADMean_calc(station, start_date, end_date, df, n = 29)


donco/odeqassessment documentation built on Dec. 22, 2024, 2:29 p.m.