form_nice | R Documentation |
Function to produce nice numeric labels
form_nice(x, big.mark = ",", scientific = FALSE, drop0trailing = TRUE)
x |
A scalar or vector passed on to |
big.mark |
Same as in |
scientific |
Same as in |
drop0trailing |
as in |
... |
Other arguments passed on to |
Andreas Scharmueller, andschar@proton.me
x = c(0.0001, 5000, 2.45e5)
form_nice(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.