View source: R/molar_conversions.R
conc_to_molar | R Documentation |
conc_to_molar converts a concentration to molar
conc_to_molar(conc, mol_weight, final_units = NULL)
conc |
concentration value with units set |
mol_weight |
molecular weight, defaults to g/mol if no units assigned |
final_units |
output units, defaults to mol/L |
conc_to_molar(set_units(10, "mg/L"), set_units(50, "g/mol"), "umol/L")
conc_to_molar(set_units(10, "mg/L"), set_units(50, "g/mol"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.