| getPlot {GGally} | R Documentation |
Retrieves the ggplot object at the desired location.
getPlot(pm, i, j) ## S3 method for class 'ggmatrix' pm[i, j, ...]
pm |
ggmatrix object to select from |
i |
row from the top |
j |
column from the left |
... |
ignored |
Barret Schloerke schloerke@gmail.com
data(tips, package = "reshape") plotMatrix2 <- ggpairs(tips[, 3:2], upper = list(combo = "denstrip")) plotMatrix2[1, 2]