ggmatrix_gtable {GGally} | R Documentation |
ggmatrix
gtable object
Description
Specialized method to print the ggmatrix
object.
Usage
ggmatrix_gtable(
pm,
...,
progress = NULL,
progress_format = formals(ggmatrix_progress)$format
)
Arguments
pm |
|
... |
ignored |
progress , progress_format |
Please use the 'progress' parameter in your |
Author(s)
Barret Schloerke
Examples
data(tips)
pm <- ggpairs(tips, c(1, 3, 2), mapping = ggplot2::aes(color = sex))
ggmatrix_gtable(pm)
[Package GGally version 2.2.1 Index]