rweave {ggplot2} | R Documentation |
Weave together two (or more) matrices by row
rweave(...)
... |
matrices to weave together |
Matrices must have smae dimensions
Hadley Wickham <h.wickham@gmail.com>
a <- matrix(1:10 * 2, ncol = 2) b <- matrix(1:10 * 3, ncol = 2) c <- matrix(1:10 * 5, ncol = 2)