correct_k: Correct acid dissociation constants

View source: R/general.R

correct_kR Documentation

Correct acid dissociation constants

Description

This function calculates the corrected equilibrium constant for temperature and ionic strength

Usage

correct_k(water)

Arguments

water

Defined water with values for temperature and ion concentrations

Value

A dataframe with equilibrium constants for co3, po4, so4, ocl, and nh4.

Examples

water_defined <- define_water(7, 20, 50, 100, 80, 10, 10, 10, 10, tot_po4 = 1)
correct_k(water_defined)


tidywater documentation built on Aug. 8, 2025, 7:15 p.m.