Rdocumentation
powered by
Learn R Programming
matchingR (version 1.0.1)
reprow: Repeat each row of a matrix n times
Description
This function repeats each row of a matrix n times
Usage
reprow(x, n)
Arguments
x
is the input matrix
n
is the number of repetitions
Value
matrix with repeated rows