R/fix-panel.R
fix_panel.Rd
ckb_style(), plot_like_ckb() and shape_plot() have width and height arguments and forest_plot() has panel.width and panel.height arguments. These use ggh4x::force_panelsizes() to fix panel sizes.
fix_panel(plot, width = NULL, height = NULL)
A plot (created by forest_plot()).
Width of panels. (e.g unit(50, "mm"))
Height of panels. (e.g unit(150, "mm"))
A gtable object