thresh_total_ammonia: Establish the WQS threshold for total ammonia based on pH and...

Description Usage Arguments Value Examples

View source: R/thresh_ammonia.R

Description

Establish the WQS threshold for total ammonia based on pH and temperature

Usage

1
thresh_total_ammonia(.ph, .temp, .trout_water, .type)

Arguments

.ph

a numeric vector of pH values (pH Units).

.temp

a numeric vector of water temperature values (Celsius).

.trout_water

a logical value (TRUE or FALSE) indicating if the trout water criteria should be applied (TRUE) or not (FALSE).

.type

a character vector indicating if the sample should be calculated with the aquatic (chronic) or aquatic (acute) criteria.

Value

A vector of type double representing the threshold for total ammonia.

Examples

1
thresh_total_ammonia(.ph = 6.5, .temp = 0, .type = "aquatic_chronic", .trout_water = TRUE)

BWAM/stayCALM documentation built on May 21, 2020, 3:24 p.m.