find_prefix | R Documentation |
Find SI prefix for unit
find_prefix(x, f = min, minexp = -Inf, maxexp = Inf, mu = TRUE)
x |
a numeric |
f |
function that produces the number from |
minexp |
minimum (decimal) exponent to consider, e.g. -3 to suppress prefixes smaller than milli (m). |
maxexp |
maximum (decimal) exponent to consider, e.g. 3 to suppress prefixes larger than kilo (k). |
mu |
if |
character with the SI prefix
Claudia Beleites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.