calculate_dic function

Calculate dissolved inorganic carbon (DIC) from total carbonate

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)

Arguments

  • water: a water class object containing columns with all the parameters listed in define_water

Returns

A numeric value for the calculated DIC.

Examples

example_dic <- define_water(8, 15, 200) %>% calculate_dic()

See Also

define_water

  • Maintainer: Sierra Johnson
  • License: Apache License (>= 2) | MIT + file LICENSE
  • Last published: 2025-01-22