grab_xpose_plot | R Documentation |
xpose_plot
This function is very simple and unlikely to capture every possible situation. Paginated plots are not supported.
This is helpful for working with xpose
plots in patchwork
or
ggpubr
functions.
grab_xpose_plot(plot)
plot |
< |
Grob or list of grobs
single_plot <- xpdb_x %>%
eta_vs_catcov(etavar = ETA1) %>%
grab_xpose_plot()
listof_plots <- xpdb_x %>%
eta_vs_catcov(etavar = c(ETA1,ETA3)) %>%
grab_xpose_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.