| getPlot {GGally} | R Documentation |
Retrieves the ggplot object at the desired location.
getPlot(plotMatrix, rowFromTop, columnFromLeft)
plotMatrix |
ggpair object to select from |
rowFromTop |
row from the top |
columnFromLeft |
column from the left |
Barret Schloerke schloerke@gmail.com
data(tips, package = "reshape") plotMatrix2 <- ggpairs(tips[,3:2], upper = list(combo = "denstrip")) getPlot(plotMatrix2, 1, 2)