powered by
This function takes a water class object defined by define_water and outputs a DIC (mg/L).
define_water
calculate_dic(water)
A numeric value for the calculated DIC.
a water class object containing columns with all the parameters listed in define_water
example_dic <- define_water(8, 15, 200) %>% calculate_dic()
Run the code above in your browser using DataLab