Replicate a matrix
This function replicates a matrix
repmat(a, n, m = n)
a |
vector or matrix to replicate |
n |
number of replicates in n-direction |
m |
number of replicates in m-direction repmat |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.