View source: R/utils-reaborn.R
| rb_print | R Documentation |
ggplot panels to the active deviceA single ggplot is printed as-is; a list of panels is combined into a
single row with patchwork and printed, optionally with a bold, centered
overall title.
rb_print(plots, title = NULL, nrow = 1)
plots |
A |
title |
Optional overall title (used only for a list of panels) |
nrow |
Number of rows when combining a list (default 1) |
Invisibly NULL; called for the side effect of drawing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.