dominant_water_types | R Documentation |
Find the dominant waters type in a group of samples, if there are more than
n
samples. Match HCO3 and HCO3* types. Considered dominant types if in >p
of samples.
dominant_water_types(d, n = 5, p = 0.75)
d |
Data frame with |
n |
Numeric. Number of samples above which to remove outliers. |
p |
Numeric. Proportion of data required to assign a dominant water type. |
Data frame with added dominant
column (TRUE or FALSE) if the
water type is in the dominant set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.