UnitUrine | R Documentation |
You can get a conversion factor for the multiplication: conc * vol * factor = amount in the given unit.
UnitUrine(conU = "ng/mL", volU = "mL", amtU = "mg", MW = 0)
conU |
concentration unit |
volU |
volume unit |
amtU |
amount unit |
MW |
molecular weight |
Factor |
conversion factor for multiplication with the unit in name |
Kyun-Seop Bae <k@acr.kr>
UnitUrine()
UnitUrine("ng/mL", "mL", "mg")
UnitUrine("ug/L", "mL", "mg")
UnitUrine("ug/L", "L", "mg")
UnitUrine("ng/mL", "mL", "g")
UnitUrine("ng/mL", "mL", "mol", MW=500)
UnitUrine("ng/mL", "mL", "mmol", MW=500)
UnitUrine("ng/mL", "mL", "umol", MW=500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.