unit.info | R Documentation |
given a string describing a unit of measurement, this function prints the interpretation on screen, rather than returning it as a data.frame
unit.info(unit.str, unit = unit.from.string(unit.str))
unit.str |
unit string |
unit |
optionally, the data.frame that describes the unit |
> unit.info("km/h",unit.from.string("km/h"))
«km/h» has been interpreted as:
(1 × metre×10^(3))^(1)
(60 × second×10^(0))^(-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.