rweave {ggplot2}R Documentation

Row weave

Description

Weave together two (or more) matrices by row

Usage

rweave(...)

Arguments

... matrices to weave together

Details

Matrices must have smae dimensions

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

a <- matrix(1:10 * 2, ncol = 2)
b <- matrix(1:10 * 3, ncol = 2)
c <- matrix(1:10 * 5, ncol = 2)

[Package ggplot2 version 0.8.2 Index]