nsf2 | R Documentation |
Set the number of significant figures.
nsf2(data, digits)
data |
data |
digits |
Number of significant figures |
This sets the number of significant figures.
Shoji F. Nakayama
## Not run:
x <- c(0.00991, 0.00998, 0.28999998, 1.98, 0.01235, 0.0125, 10.2,
12, 11.2999, 19.9, 99.9, 109, 124, 129, 1999)
nsf2(x, 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.