rep_rows | R Documentation |
Repeats each row in the matrix or data frame 'x' a number of times equal to 'times'.
rep_rows(x, times)
x |
A matrix or data frame |
times |
An integer indicating the number of times to repeat the row/column |
test_matrix <- matrix(runif(12), 4)
rep_rows(test_matrix, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.