getPlot {GGally}R Documentation

getPlot

Description

Retrieves the ggplot object at the desired location.

Usage

getPlot(plotMatrix, rowFromTop, columnFromLeft)

Arguments

plotMatrix

ggpair object to select from

rowFromTop

row from the top

columnFromLeft

column from the left

Author(s)

Barret Schloerke schloerke@gmail.com

Examples

data(tips, package = "reshape")
 plotMatrix2 <- ggpairs(tips[,3:2], upper = list(combo = "denstrip"))
 getPlot(plotMatrix2, 1, 2)

[Package GGally version 0.5.0 Index]