simple.unit | R Documentation |
This function takes a simple, human readable unit (without '*' or '/'), from a string and returns a data.frame with the unit's meaning.
simple.unit(u = NULL)
u |
a unit with no fractions or products |
In this context, a simple unit is just a prefix, a unit kind, and an exponent, e.g. cm^2 A not-simple unit is: m/s, kg*m/s^2, kg*h
a data.frame with the unit's properties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.