Learn R Programming

Brobdingnag (version 1.0-1)

Print: Methods for printing brobs and glubs

Description

Methods for printing brobs and glubs nicely using exponential notation

Usage

print.brob(x, ...)
print.glub(x, ...)

Arguments

x
An object of class brob or glub
...
Further arguments, currently ignored)

See Also

~~objects to See Also as help, ~~~

Examples

Run this code
a <- as.brob(1:5)
dput(a)
a

Run the code above in your browser using DataLab