convert_watermg function

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.

Examples

water_defined <- define_water(7, 20, 50, 100, 80, 10, 10, 10, 10, tot_po4 = 1) %>% convert_watermg()
  • Maintainer: Sierra Johnson
  • License: Apache License (>= 2) | MIT + file LICENSE
  • Last published: 2025-01-22