Skip to contents

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

Value

salt_mileq, milliequivalents per kilogram (mEq/kg)

Details

Eqn 2. Equivalents per kilogram (e_i).

Examples

# Chloride test data
fun_salt_mileq(66.824, 1.128, 100, 35.453, 1)
#> [1] 167.0977