Description Usage Arguments Value
View source: R/create_stability_plot.R
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.
1 | combine_plots(coef, control, rel_height, ...)
|
coef |
A ggplot2 object. A coefficient plot, generally generated using |
control |
A ggplot2 object. A control plot, generally generated using |
rel_height |
A numeric scalar. Height of the control plot relative to the coefficient plot. |
A cowplot
grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.