mol2conc: Convert molar to concentration

Description Usage Arguments Examples

Description

Convert molar to concentration

Usage

1
2
mol2conc(mol = NULL, unit_mol = NULL, unit_conc = NULL,
  mol_weight = NULL)

Arguments

mol

concentration in molars

unit_mol

unit of input concentration (molar), one of 'mol/L', 'mmol/mL', 'mmol/L'

unit_conc,

output unit, one of 'g/l', 'mg/l', 'microg/l', 'mcg/l", 'ng/l', 'mg/ml', 'microg/ml', 'mcg/ml', 'ng/ml'

mol_weight

concentration in g/mol

Examples

1
mol2conc(1, unit_mol = "mmol/l", mol_weight = 180)

ronkeizer/clinPK documentation built on May 20, 2019, 5:07 p.m.