pct_below: Percentage of samples below a threshold. Designed for total...

Description Usage Arguments Value

View source: R/prep_values.R

Description

Percentage of samples below a threshold. Designed for total coliform water quality standards.

Usage

1
pct_below(.x, .thresh, na.rm = TRUE)

Arguments

.x

a numeric vector of reported values.

.thresh

a single numeric value representing a threshold.

na.rm

a logical value indicating if NA values should be removed (TRUE) or keep NA values (FALSE).

Value

a numeric vector


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