Learn R Programming

tikatuwq (version 0.8.2)

conama_limits: Limits for Brazilian CONAMA 357/2005

Description

Returns the parameter limits defined by CONAMA Resolution 357/2005 for a given water-use class.

Usage

conama_limits(class)

Value

A tibble/data frame with one row per parameter and regulatory thresholds. Typical columns:

  • parametro: parameter name (character, normalized to snake_case)

  • classe: class label (character)

  • min/max (or equivalents): numeric thresholds (may be NA)

  • other metadata columns if present (e.g., unit, criterion)

Arguments

class

Integer or character. Target class (e.g., 1, 2, 3, 4 or "special"), according to CONAMA 357/2005.

Examples

Run this code
# Class 2 thresholds (first rows)
head(conama_limits(2))

Run the code above in your browser using DataLab