starvz_assemble | R Documentation |
Take a panel list, or a list of list of panels and assemble it
starvz_assemble(
...,
config = NULL,
remove_Y_info = TRUE,
remove_legends = TRUE
)
... |
Panel list or list of panel lists |
config |
StarVZ configurations for determaning panels heights |
remove_Y_info |
remove Y labels for a second and subsequent list of panels |
remove_legends |
remove legends for a second and subsequent list of panels |
The ggplot plot
starvz_assemble(starvz_plot_list(starvz_sample_lu),
config = starvz_sample_lu$config
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.