Last chance! 50% off unlimited learning
Sale ends in
Repeats an array along an arbitrary axis
rep(x, n, along = 1)crep(x, n)
rrep(x, n)
An array that is repeated `n` times on axis `along`
An array object
Integer, how often to repeat
Along which axis to repeat (default: 1)