View source: R/other_functions.R
roundDown | R Documentation |
Function rounds the numbers Down with the given sensitivity.
roundDown(x, to = 1)
x |
numeric. A numeric vector. |
to |
numeric. Sensitivity of the rounding. |
Numeric value or vector.
roundDown(2.67896, to = 1)
roundDown(2.67896, to = 0.1)
roundDown(2.67896, to = 0.01)
roundDown(2.67896, to = 0.001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.