symbol.units {r2symbols} | R Documentation |
Transform custom units
Description
Enter a unit and it will automatically be transformed to the appropriate form
Usage
symbol.units(units, error = FALSE)
Arguments
units |
the desired unit e.g ug/mL,pg/mL, ab, yL |
error |
whether to report any errors |
Value
Transformed units with substitution of symbols with appropriate symbol hex
Examples
symbol.units("ug/mL") # u will be transformed to mu
symbol.units("pg/mL") # no letter will be transformed
[Package r2symbols version 1.4 Index]