starvz_assemble {starvz}R Documentation

Assemble multiple StarVZ panel lists

Description

Take a panel list, or a list of list of panels and assemble it

Usage

starvz_assemble(
  ...,
  config = NULL,
  remove_Y_info = TRUE,
  remove_legends = TRUE
)

Arguments

...

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

Value

The ggplot plot

Examples


starvz_assemble(starvz_plot_list(starvz_sample_lu),
  config = starvz_sample_lu$config
)


[Package starvz version 0.8.0 Index]