float (version 0.2-3)

print-float32: print-float32

Description

Print methods for float vector/matrices.

Usage

# S4 method for float32
print(x, ...)

# S4 method for float32 show(object)

Arguments

x, object

A float vector/matrix.

...

Additional arguments to print() (see details section for more information).

Details

The printer works by

Examples

Run this code
# NOT RUN {
library(float)

s = flrunif(10, 3)
print(s)
s

# }

Run the code above in your browser using DataCamp Workspace