scientific_format {scales} | R Documentation |
label_scientific()
These functions are kept for backward compatibility; you should switch
to label_scientific()
for new code.
scientific_format(
digits = 3,
scale = 1,
prefix = "",
suffix = "",
decimal.mark = ".",
trim = TRUE,
...
)
scientific(
x,
digits = 3,
scale = 1,
prefix = "",
suffix = "",
decimal.mark = ".",
trim = TRUE,
...
)
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. |
trim |
Logical, if |
... |
Other arguments passed on to |