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