plotmatrix {ggplot2}R Documentation

Code to create a scatterplot matrix (experimental)

Description

Crude experimental scatterplot matrix

Usage

plotmatrix(data, mapping=aes(), colour="black")

Arguments

data data frame
mapping any additional aesthetic mappings (do not use x and y)
colour

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

plotmatrix(mtcars[, 1:3])
plotmatrix(mtcars[, 1:3]) + geom_smooth(method="lm")

[Package ggplot2 version 0.8.2 Index]