plotmatrix {ggplot2} | R Documentation |
Crude experimental scatterplot matrix
plotmatrix(data, mapping=aes())
data |
data frame |
mapping |
any additional aesthetic mappings (do not use x and y) |
Hadley Wickham <h.wickham@gmail.com>
plotmatrix(mtcars) plotmatrix(mtcars, aes(colour=factor(cyl))) plotmatrix(mtcars) + geom_smooth(method="lm") plotmatrix(mtcars, aes(colour=factor(cyl)))