Description Usage Arguments Value
Survey an individual group to obtain the metrics necessary for the CALM
1 2 3 4 5 6 7 8 9 10 11 | survey_indv(
.id,
.attaining_wqs,
.attaining_75,
.year,
.water_type,
.tmdl = FALSE,
.ltco = FALSE,
.pollutant = FALSE,
.id_col_name
)
|
.id |
a vector that will be used to group the data. This must be one unique string. |
.attaining_wqs |
a logical vector indicating if an observation is attaining a water quality standard. |
.attaining_75 |
a logical vector indicating if an observation is attaining the 75th percentile of a water quality standard. |
.year |
a numeric vector containg the year the observation was collected. |
.tmdl |
a vector. This is a place holder until this data is available. |
.ltco |
a vector. This is a place holder until this data is available. |
.pollutant |
a vector. This is a place holder until this data is available. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.