Forest plot
spim_plot_forest(
dat,
regions = NULL,
plot_type = "all",
subset = NULL,
nrow = 4,
par_labels = list()
)Combined data from spim_combined_load
Vector of regions to plot. By default, all regions
found in dat will be used (except aggregate regions, such as
england/uk)
The type of parameters to plot: all would plot
all parameters, betas would just plot betas, non_betas would
plot all non-beta parameters, subset allows specifying a subset
of the parameters
A vector of parameter names to plot if subset is selected
for plot_type. Otherwise can just be set to NULL (the default)
An integer number for rows in plot.
A list of labels to use for parameters, any parameter not listed will just have a label matching its name
Nothing, called for side effects