View source: R/solution_molarity_calc.R
calc_mass_req | R Documentation |
Calculates the mass of a substance required for a solution of the given molarity and volume.
calc_mass_req(substance, conc, conc_u = "M", vol, vol_u = "L")
substance |
The common name of the chemical compound or substance |
conc_u |
Units for concentration, select from "M", "mM", "uM", "nM", "pM", "fM", with default set to M |
vol |
The solution volume |
vol_u |
Units for volume, select from "L", "mL", and "uL", with default set to L |
mass |
The intended concentration |
The required mass in grams.
"ammonium"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.