fun_salt_mileq: Milliequivalents per kilogram (mEq/kg)

View source: R/fun_salt_mileq.R

fun_salt_mileqR Documentation

Milliequivalents per kilogram (mEq/kg)

Description

Calculate initial amount of substance per ion (Eq/kg)

Usage

fun_salt_mileq(salt_ppm, dry_g, water_ml, mol_wts, salt_charges_z)

Arguments

salt_ppm

Ion concentration in ppm

dry_g

Sample weight, g

water_ml

Amount of water, ml

mol_wts

Molecular weight

salt_charges_z

Salt charge, z

Details

Eqn 2. Equivalents per kilogram (e_i).

Value

salt_mileq, milliequivalents per kilogram (mEq/kg)

Examples

# Chloride test data
fun_salt_mileq(66.824, 1.128, 100, 35.453, 1)




BhavShah01/SaltsR documentation built on Dec. 19, 2024, 7:37 p.m.