print-float32 {float} | R Documentation |
print-float32
Description
Print methods for float vector/matrices.
Usage
## S4 method for signature 'float32'
print(x, ...)
## S4 method for signature 'float32'
show(object)
Arguments
x , object |
A float vector/matrix. |
... |
Additional arguments to |
Details
The printer works by
Examples
library(float)
s = flrunif(10, 3)
print(s)
s
[Package float version 0.3-2 Index]