View source: R/scientific.notation.R
scientific.notation | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.