Description Usage Arguments Details Methods (by class) See Also Examples
Round to a given number of significant digits to show variability in a vector of numbers.
| 1 2 3 4 | 
| x | an object to be rounded and formatted | 
| digits | significant digits for variation in x | 
| ... | passed on to  | 
Instead of rounding to a given number of significant digits, or rounding to a given significance, 'rnd' rounds so that the variability in a set of number is exhibited to a given number of digits. For example, 100.1233, 100.2345, 100.3456, rounded to 3 significant digits would be 100., 100., 100., but rounded to 3 significant digits for variability is 100.123, 100.234, 100.345.
default: default method
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.