ggmatrix_gtable {GGally} | R Documentation |
ggmatrix
gtable objectSpecialized method to print the ggmatrix
object.
ggmatrix_gtable(
pm,
...,
progress = NULL,
progress_format = formals(ggmatrix_progress)$format
)
pm |
|
... |
ignored |
progress, progress_format |
Please use the 'progress' parameter in your |
Barret Schloerke
data(tips, package = "reshape")
pm <- ggpairs(tips, c(1,3,2), mapping = ggplot2::aes_string(color = "sex"))
ggmatrix_gtable(pm)