Description Usage Arguments Value Examples
View source: R/thresh_ammonia.R
Establish the WQS threshold for unionized ammonia based on of pH and temperature
1 | thresh_unionized_ammonia(.ph, .temp, .trout_water, .type)
|
.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. |
A vector of type double representing the threshold for unionized ammonia.
1 | thresh_unionized_ammonia(.ph = 6.5, .temp = 0, .type = "aquatic_chronic", .trout_water = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.