R/helpers.R
repmat.Rd
Repeat Copies of a Matrix
repmat(X, m, n)
A matrix
Multiply dim(X)[1] m times
dim(X)[1]
Multiply dim(X)[2] n times
dim(X)[2]
A repeated matrix