combine_pkaeplot: Combine a list of figures from pkaeplot function

Description Usage Arguments Details Value Examples

Description

combine_pkaeplot combines a list of figures from pkaeplot function

Usage

1
2
combine_pkaeplot(glist, rel_heights = c(3, 1), rel_widths = c(8, 2),
  legend = TRUE)

Arguments

glist

list of figures generated with pkaeplot function

rel_heights

numeric vector of relative columns heights of figures for active and placebo arm (see cowplot::plot_grid for detail)

rel_widths

numeric vector of relative columns widths of figures and legend (see cowplot::plot_grid for detail)

legend

whether to include legend in the plot

Details

Instead of using this function, you can write your own function to combine list of figures for greater flexibility

Value

A graphic object containing figures for active and placebo arm

Examples

1

yoshidk6/PKAEvis documentation built on May 4, 2019, 5:33 p.m.