Takes a number and returns a version formatted in LaTeX
(suitable for use with Sexpr() in an Sweave document)
or in expression() (suitable for plotting)
Usage
scinot(x, format = c("latex", "expression"), delim="$",
pref="", ...)
Arguments
x
a numeric vector (of length 1)
format
produce LaTeX or expression() format?
delim
delimiter to add at beginning and end (latex only)