
Last chance! 50% off unlimited learning
Sale ends in
Retrieves the ggplot object at the desired location.
getPlot(pm, i, j)# S3 method for ggmatrix
[(pm, i, j, ...)
ggmatrix object to select from
row from the top
column from the left
ignored
# NOT RUN {
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