fm.rep.int | R Documentation |
Create a FlashR vector with replicated elements.
fm.rep.int(x, times)
x |
A constant initial value |
times |
The length of the vector to be generated. |
A FlashR vector
Da Zheng <dzheng5@jhu.edu>
vec <- fm.rep.int(0, 10) # create a FlashR vector with 10 elements.