Description Usage Arguments Examples
Numeric vector with scientific format
1 | scientific(x, format = c("e", "E"), ...)
|
x |
a numeric vector. |
format |
format type passed to |
... |
additional parameter passed to |
1 2 3 | scientific(1250000)
scientific(1253421, digits = 8)
scientific(1253421, digits = 8, format = "E")
|
[1] 1.2500e+06
[1] 1.25342100e+06
[1] 1.25342100E+06
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.