starvz_assemble: Assemble multiple StarVZ panel lists

View source: R/phase2.R

starvz_assembleR 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
)


starvz documentation built on June 19, 2025, 1:08 a.m.