repmat | R Documentation |
Replicate a matrix.
repmat(X, m = 1L, n = 1L)
X |
Vector or matrix. |
m |
Number of vertical replications. |
n |
Number of horizontal replications. |
Replicated matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.