powered by
Replicate elements of a float vector/matrix.
# S3 method for float32 rep(x, ...)
A float vector.
A float matrix.
Additional arguments (passed to base::rep).
base::rep
library(float) x = fl(matrix(1:6, 3, 2)) rep(x, 5)
Run the code above in your browser using DataLab