View source: R/ggmatrix_gtable.R
ggmatrix_gtable | 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)
pm <- ggpairs(tips, c(1, 3, 2), mapping = ggplot2::aes(color = sex))
ggmatrix_gtable(pm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.