calc_mass_req: Calculate the mass of a chemical substance required to make a...

View source: R/solution_molarity_calc.R

calc_mass_reqR Documentation

Calculate the mass of a chemical substance required to make a solution of a given molarity and volume

Description

Calculates the mass of a substance required for a solution of the given molarity and volume.

Usage

calc_mass_req(substance, conc, conc_u = "M", vol, vol_u = "L")

Arguments

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

Value

The required mass in grams.

Examples

"ammonium"


perikarya/qlabtools documentation built on Nov. 28, 2022, 6:52 p.m.