plotmatrix {ggplot2} | R Documentation |
Code to create a scatterplot matrix (experimental)
plotmatrix(data, mapping = aes(), colour = "black")
data |
data frame |
mapping |
any additional aesthetic mappings (do not use x and y) |
colour |
default point colour |
plotmatrix(mtcars[, 1:3]) plotmatrix(mtcars[, 1:3]) + geom_smooth(method="lm")