Convert a water class object to a dataframe with ions in mg/L or ug/L
Convert a water class object to a dataframe with ions in mg/L or ug/L
This function is the same as convert_water except it converts the units of following slots from M to mg/L: na, ca, mg, k, cl, so4, hco3, co3, h2po4, hpo4, po4, ocl, bro3, f, fe, al. These slots are converted to ug/L: br, mn. All other values remain unchanged.
convert_watermg(water)
Arguments
water: A water class object
Returns
A data frame containing columns for all non-NA water slots with ions in mg/L.