print-float32 {float} | R Documentation |
Print methods for float vector/matrices.
## S4 method for signature 'float32'
print(x, ...)
## S4 method for signature 'float32'
show(object)
x, object |
A float vector/matrix. |
... |
Additional arguments to |
The printer works by
library(float)
s = flrunif(10, 3)
print(s)
s