fn | R Documentation |
fn(x, dig = 0, p = FALSE, pequalsign = FALSE, ...)
x |
Number that should be formatted. |
dig |
Number of digits. |
p |
is x a p-value? If <0.x1 will then format to <0.x1. |
pequalsign |
if x is a p-value should = be placed in front if not <0.x1 |
... |
Additional arguments to formatC. |
The formatted number.
x <- 1.234 fn(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.