Calculate dissolved inorganic carbon (DIC) from total carbonate
This function takes a water class object defined by define_water
and outputs a DIC (mg/L).
calculate_dic(water)
water
: a water class object containing columns with all the parameters listed in define_water
A numeric value for the calculated DIC.
example_dic <- define_water(8, 15, 200) %>% calculate_dic()
define_water
Useful links