powered by
Print methods for float vector/matrices.
# S4 method for float32 print(x, ...)# S4 method for float32 show(object)
# S4 method for float32 show(object)
A float vector/matrix.
Additional arguments to print() (see details section for more information).
print()
The printer works by
library(float) s = flrunif(10, 3) print(s) s
Run the code above in your browser using DataLab