Brobdingnag (version 1.2-6)

Print: Methods for printing brobs and glubs

Description

Methods for printing brobs and glubs nicely using exponential notation

Usage

# S3 method for brob
print(x, ...)
# S3 method for glub
print(x, ...)

Arguments

x

An object of class brob or glub

...

Further arguments (currently ignored)

Examples

Run this code
# NOT RUN {
a <- as.brob(1:5)
dput(a)
a

# }

Run the code above in your browser using DataCamp Workspace