powered by
Retrieves the ggplot object at the desired location.
getPlot(pm, i, j)# S3 method for ggmatrix [(pm, i, j, ...)
# S3 method for ggmatrix [(pm, i, j, ...)
ggpair object to select from
row from the top
column from the left
ignored
data(tips, package = "reshape") plotMatrix2 <- ggpairs(tips[, 3:2], upper = list(combo = "denstrip")) plotMatrix2[1, 2]
Run the code above in your browser using DataLab