calculate_hardness | R Documentation |
This function takes Ca and Mg in mg/L and returns hardness in mg/L as CaCO3
calculate_hardness(ca, mg, type = "total", startunit = "mg/L")
ca |
Calcium concentration in mg/L as Ca |
mg |
Magnesium concentration in mg/L as Mg |
type |
"total" returns total hardness, "ca" returns calcium hardness. Defaults to "total" |
startunit |
Units of Ca and Mg. Defaults to mg/L |
A numeric value for the total hardness in mg/L as CaCO3.
calculate_hardness(50, 10)
water_defined <- define_water(7, 20, 50, 100, 80, 10, 10, 10, 10, tot_po4 = 1)
calculate_hardness(water_defined@ca, water_defined@mg, "total", "M")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.