calculate_dic {tidywater}R Documentation

Calculate dissolved inorganic carbon (DIC) from total carbonate

Description

This function takes a water class object defined by define_water and outputs a DIC (mg/L).

Usage

calculate_dic(water)

Arguments

water

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

Value

A numeric value for the calculated DIC.

See Also

define_water

Examples


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


[Package tidywater version 0.8.2 Index]