Hi Ian,
Is there any support for the ggplot2 plotmatrix function in deducer?
thanks,
VIvek
plotmatrix {ggplot2}
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
default point colour
Author(s)
Hadley Wickham <
h.wi...@gmail.com>
Examples
plotmatrix(mtcars[, 1:3])
plotmatrix(mtcars[, 1:3]) + geom_smooth(method="lm")