View source: R/fun_salt_mileq.R
fun_salt_mileq | R Documentation |
Calculate initial amount of substance per ion (Eq/kg)
fun_salt_mileq(salt_ppm, dry_g, water_ml, mol_wts, salt_charges_z)
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 |
Eqn 2. Equivalents per kilogram (e_i).
salt_mileq, milliequivalents per kilogram (mEq/kg)
# Chloride test data
fun_salt_mileq(66.824, 1.128, 100, 35.453, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.