thresh_hardness_correction: Establish the WQS threshold based on hardness (ppm)

Description Usage Arguments Value Examples

View source: R/thresh_hardness_correction.R

Description

Establish the WQS threshold based on hardness (ppm)

Usage

1
thresh_hardness_correction(.param, .hardness, .type)

Arguments

.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.

Value

A vector of type double representing the threshold for the specified dissolved metal.

Examples

1
2
3
thresh_dissolved_metals(.param = "zinc",
  .hardness = 1,
   .type = "aquatic_chronic")

BWAM/AutoAssess documentation built on May 23, 2020, 8:02 a.m.