scientific_format {scales} | R Documentation |
Superseded interface to label_scientific()
Description
These functions are kept for backward compatibility; you should switch
to label_scientific()
for new code.
Usage
scientific_format(
digits = 3,
scale = 1,
prefix = "",
suffix = "",
decimal.mark = NULL,
trim = TRUE,
...
)
scientific(
x,
digits = 3,
scale = 1,
prefix = "",
suffix = "",
decimal.mark = NULL,
trim = TRUE,
...
)
Arguments
digits |
Number of digits to show before exponent. |
scale |
A scaling factor: |
prefix , suffix |
Symbols to display before and after value. |
decimal.mark |
The character to be used to indicate the numeric
decimal point. The default ( |
trim |
Logical, if |
... |
Other arguments passed on to |
[Package scales version 1.4.0 Index]