comma_signif | R Documentation |
Deprecated for ssd_label_comma()
comma_signif(x, digits = 3, ..., big.mark = ",")
x |
A numeric vector to format. |
digits |
A whole number specifying the number of significant figures. |
... |
Unused. |
big.mark |
A string specifying used between every 3 digits to separate thousands on the x-axis. |
A character vector.
ssd_label_comma()
## Not run:
comma_signif(c(0.1, 1, 10, 1000, 10000))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.