GGally (version 1.2.0)

getPlot: getPlot

Description

Retrieves the ggplot object at the desired location.

Usage

getPlot(pm, i, j)
"["(pm, i, j, ...)

Arguments

pm
ggpair object to select from
i
row from the top
j
column from the left
...
ignored

Examples

Run this code
 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