fun_salt_HMC | R Documentation |
Calculate the Hygroscopic Moisture Content from sample measurement data
fun_salt_HMC(
sample_container_mass,
dry_sample_container_mass,
wet_sample_container_mass
)
sample_container_mass |
Sample container Mass, m_c (g) |
dry_sample_container_mass |
Dry sample including container Mass, m_dcs (g) |
wet_sample_container_mass |
Sample mass including container at 95%RH and 20C, m_cs95 (g) |
HMC, Hygroscopic Moisture Content (wt %)
fun_salt_HMC(8.45, 15.198, 15.837)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.