Description Usage Arguments Details Value Examples
prettyround
Return a formatted version of the numeric vector.
1 | prettyround(p, r = 3)
|
p |
Vector of numerical values |
r |
Integer indicates the number of digits to round to |
No detail.
Return a formatted vector with rounded numbers
1 | prettyround(c(-0.05,0.001,0.00001),3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.