Description Usage Arguments Value
View source: R/cleaning_functions.R
Sum up congener sample concentrations to create a composite parameter value. Primarily intended as a helper function in fuse_samples.
1 |
qual |
A character vector containing non-detect indicator strings, e.g., "<" or "ND". The strings used to indicate censored status can be edited in the "nd" argument. |
result |
A numeric vector of concentration measurements. |
nd |
A list indicating all the censoring flags included in the dataset. Defaults to "<", "nd", and "ND". |
dataframe with two columns, qual (character) and result (numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.