rep | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.