calc_mol: Calculate the number of moles in a specified amount of a...

View source: R/calc_mol.R

calc_molR Documentation

Calculate the number of moles in a specified amount of a chemical substance.

Description

Calculates the number of moles in a specified amount of a chemical substance.

Usage

calc_mol(substance, mass, u = "g")

Arguments

substance

Enter the common name of the chemical compound or substance.

mass

The mass.

u

The unit, select from "g", "ug","ng", "pg", "fg" with default set to grams

Value

The number of moles of substance in the specified mass.

Examples

"ammonium"


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