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