powered by
The labels generated represent numbers rescaled to compensate for a change in unit's by a factor of ten or by a power of ten.
SI_pl_format(exponent = 0, digits = 3, ...)SI_plain(x, exponent = 0, digits = 3, ...)
SI_plain(x, exponent = 0, digits = 3, ...)
a function with single parameter x, a numeric vector, that returns a character vector
numeric Power of 10 to use as multiplier
number of significant digits to show
other arguments passed on to format
format
a numeric vector to format
SI_pl_format()(1:10) SI_pl_format()(runif(10)) SI_pl_format(exponent = 2)(runif(10)) SI_plain(1:10) SI_plain(runif(10)) SI_plain(runif(10), digits = 2)
Run the code above in your browser using DataLab