Compose besthr panels
compose_besthr_panels.RdCombines observation and bootstrap panels using patchwork with proper alignment and shared legends.
Examples
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
p1 <- build_observation_panel(dv, cfg)
p2 <- build_bootstrap_panel(dv, cfg)
compose_besthr_panels(list(p1, p2), cfg)