powered by
Returns the parameter limits defined by CONAMA Resolution 357/2005 for a given water-use class.
conama_limits(class)
A tibble/data frame with one row per parameter and regulatory thresholds. Typical columns:
parametro: parameter name (character, normalized to snake_case)
parametro
classe: class label (character)
classe
min/max (or equivalents): numeric thresholds (may be NA)
min
max
NA
other metadata columns if present (e.g., unit, criterion)
Integer or character. Target class (e.g., 1, 2, 3, 4 or "special"), according to CONAMA 357/2005.
# Class 2 thresholds (first rows) head(conama_limits(2))
Run the code above in your browser using DataLab