BoutrosLab.plotting.general (version 5.9.2)

scientific.notation: Use scientific notation in plots

Description

Returns an expression or list for plotting data in scientific notation

Usage

scientific.notation(
	x, 
	digits = 1, 
	type = 'expression'
	);

Arguments

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'

Value

Generates scientific notation either as an expression or list.