scientific.notation {BoutrosLab.plotting.general} | R Documentation |
Returns an expression or list for plotting data in scientific notation
scientific.notation(
x,
digits = 1,
type = 'expression'
);
x |
The number we want in scientific notation. |
digits |
How many decimal places to keep. |
type |
The format to return the value in. Defaults to 'expression', also accepts 'list' |
Generates scientific notation either as an expression or list.
Paul C. Boutros