powered by
ggmatrix
Specialized method to print the ggmatrix object.
ggmatrix_gtable( pm, ..., progress = NULL, progress_format = formals(ggmatrix_progress)$format )
ggmatrix object to be plotted
ignored
Please use the 'progress' parameter in your ggmatrix-like function. See ggmatrix_progress for a few examples. These parameters will soon be deprecated.
ggmatrix_progress
Barret Schloerke
data(tips) pm <- ggpairs(tips, c(1, 3, 2), mapping = ggplot2::aes(color = sex)) ggmatrix_gtable(pm)
Run the code above in your browser using DataLab