scientific.notation.Rd
Returns an expression or list for plotting data in scientific notation
scientific.notation( x, digits = 1, type = 'expression' );
The number we want in scientific notation.
How many decimal places to keep.
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