rep.row | R Documentation |
replicate a row vector into a matrix
## S3 method for class 'row' rep(x, n)
x |
the row vector to be replicated |
n |
replicate the row vector n times |
a matrix of the dimension of n
by length(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.