combine_plots: Combine coefficient panel and control panel to create a...

Description Usage Arguments Value

View source: R/create_stability_plot.R

Description

combine_plots is used to combined a coefficient panel and a control panel. When combine=T in stability_plot, it is called automatically from stability_plot. However, it can also be called by the user to bind two plots together. This is useful if the user wishes to edit one plot using standard ggplot2 syntax.

Usage

1
combine_plots(coef, control, rel_height, ...)

Arguments

coef

A ggplot2 object. A coefficient plot, generally generated using stability_plot.

control

A ggplot2 object. A control plot, generally generated using stability_plot.

rel_height

A numeric scalar. Height of the control plot relative to the coefficient plot.

Value

A cowplot grid.


AakaashRao/starbility documentation built on May 21, 2020, 9:49 a.m.