Learn R Programming

tidywater (version 0.9.0)

correct_k: Correct acid dissociation constants

Description

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

Usage

correct_k(water)

Value

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

Arguments

water

Defined water with values for temperature and ion concentrations

Examples

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

Run the code above in your browser using DataLab