Description Usage Arguments Value Examples
View source: R/thresh_hardness_correction.R
Establish the WQS threshold based on hardness (ppm)
1 | thresh_hardness_correction(.param, .hardness, .type)
|
.param |
a character vector of parameter names. |
.hardness |
a numeric vector of hardness values. |
.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 the specified dissolved metal.
1 2 3 | thresh_dissolved_metals(.param = "zinc",
.hardness = 1,
.type = "aquatic_chronic")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.