View source: R/countDecDigits.r
countDecDigits | R Documentation |
Count the number of digits after a decimal place. Note that trailing zeros will likely be ignored.
countDecDigits(x)
x |
Numeric or numeric vector. |
Integer.
countDecDigits(c(1, 1.1, 1.12, 1.123, 1.1234, -1, 0, 10.0000, 10.0010))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.