format_n.ade {epade} | R Documentation |
Format a number
Description
Format an R object for pretty printing.
Usage
format_n.ade(x, digits=2, scientific=FALSE)
Arguments
x |
|
digits |
how many significant digits are to be shown |
scientific |
a logical specifying whether the number should be encoded in scientific format |
Value
An object of similar structure to x containing character representations of the elements of x in a common format
See Also
Examples
format_n.ade((1:10)/100)
[Package epade version 0.5.1 Index]