assessEColi: Assess E.coli data at the year/site level.

View source: R/assessEcoli.r

assessEColiR Documentation

Assess E.coli data at the year/site level.

Description

Compares E.coli data to 30-day and max criterion standards using Scenarios A, B, and C, and assigns e. coli assessment categories to each site.

Usage

assessEColi(
  data,
  rec_season = TRUE,
  SeasonStartDate = "05-01",
  SeasonEndDate = "10-31"
)

Arguments

data

A prepped dataframe object (likely the ecoli object within the prepped_data list–prepped_data$ecoli) containing e.coli data at the site/use/parameter level with standards assigned.

rec_season

Logical. If TRUE, restricts assessments to recreation season data.

SeasonStartDate

A string in the form "mm-dd" to define beginning of rec season over which to perform assessments.

SeasonEndDate

A string in the form "mm-dd" to define end of rec season over which to perform assessments.

Value

Returns list with three objects: assessments from all Scenarios on all data, and ecoli assessments aggregated over scenario and year and rolled up to site level.


ut-ir-tools/irTools documentation built on Jan. 19, 2024, 6:55 p.m.