GGally (version 1.4.0)

ggmatrix_gtable: Print ggmatrix object

Description

Specialized method to print the ggmatrix object-

Usage

ggmatrix_gtable(pm, ..., progress = NULL,
  progress_format = formals(ggmatrix_progress)$format)

Arguments

pm

ggmatrix object to be plotted

...

ignored

progress, progress_format

Please use the 'progress' parameter in your ggmatrix-like function. See ggmatrix_progress for a few examples. These parameters will soon be deprecated.

Examples

Run this code
# NOT RUN {
data(tips, package = "reshape")
pm <- ggpairs(tips, c(1,3,2), mapping = ggplot2::aes_string(color = "sex"))
ggmatrix_gtable(pm)
# }

Run the code above in your browser using DataLab