rep {float} | R Documentation |
Replicate elements of a float vector/matrix.
## S3 method for class 'float32' rep(x, ...)
x |
A float matrix. |
... |
Additional arguments (passed to |
A float vector.
library(float) x = fl(matrix(1:6, 3, 2)) rep(x, 5)