Description Usage Arguments Value Examples
Remove decimals from a value (significant numbers)
1 |
x |
float value |
... |
extra |
prec |
number of removed decimals in the x value |
precision value
1 2 | x<-129.317313
trunc(x,prec=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.