R/json_writers.R
write_panels.RdWrite a list of plot objects as panels in a Trelliscope display
write_panels(plot_list, ..., pb = NULL)
| plot_list | a named list of plot objects to be written as panels (objects can be trellis, ggplot2, or htmlwidget) with the list names being the keys for the panels |
|---|---|
| ... | params passed directly to |
| pb | optional progress bar object to pass in and use to report progress |