plotDataExplorer.multiple | R Documentation |
Plot multiple DataExplorer objects with the defined layout
## S3 method for class 'multiple'
plotDataExplorer(
plot_obj,
title,
ggtheme,
theme_config,
page_layout,
facet_wrap_args = list(),
...
)
plot_obj |
list of ggplot objects separated by page |
title |
plot title |
ggtheme |
complete ggplot2 themes |
theme_config |
a list of configurations to be passed to theme |
page_layout |
a list of page indices with associated plot indices |
facet_wrap_args |
a list of other arguments to facet_wrap |
... |
other arguments to be passed |
invisibly return the named list of ggplot objects
plotDataExplorer plotDataExplorer.grid plotDataExplorer.single
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.