write_panels {trelliscopejs} | R Documentation |
Write a list of plot objects as panels in a Trelliscope display
Description
Write a list of plot objects as panels in a Trelliscope display
Usage
write_panels(plot_list, ..., pb = NULL)
Arguments
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 |
[Package trelliscopejs version 0.2.6 Index]