Description Usage Arguments Details Examples
Function to present a value with correct digits and trailing zero
1 | out.digits(x, dig = 3)
|
x |
is the value |
dig |
is the number of significant digits |
This is a function to present a value with correct digits and trailing zero. Numbers >= 10000, or <= 0.0001 will be presented in scientific format
1 2 3 4 | ## Not run:
out.digits(1234)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.