repmat | R Documentation |
function to reproduce the behavior of repmat function in matlab to replicate and tile an matrix
repmat(X, m, n)
X |
matrix for tiling and replicate the data |
m |
a numeric value for tiling a matrix |
n |
a numeric value for tiling a matrix |
a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.