| ggmatrix_gtable {GGally} | R Documentation |
Specialized method to print the ggmatrix object-
ggmatrix_gtable(pm, ..., progress = interactive() && (pm$ncol * pm$nrow) > 15, progress_format = " plot: [:plot_i,:plot_j] [:bar]:percent est::eta ")
pm |
ggmatrix object to be plotted |
... |
ignored |
progress |
boolean to determine if a progress bar should be displayed. This defaults to interactive sessions only |
progress_format |
string supplied directly to |
Barret Schloerke schloerke@gmail.com
data(tips, package = "reshape") pm <- ggpairs(tips, c(1,3,2), mapping = ggplot2::aes_string(color = "sex")) ggmatrix_gtable(pm)