plot_common_scale() rescales a list of
plots to have a common scale.
get_plot_opts() returns generic plotting options.
patch_plots() patches plots using patchwork package.
calmr_model_plot(data, type, model, ...)plot_common_scale(plots)
get_plot_opts(common_scale = TRUE)
patch_plots(plots, selection = names(plots), plot_options = get_plot_opts())
A 'ggplot' object.
plot_common_scale() returns a list of plots.
get_plot_opts() returns a list.
patch_plots() returns a patchwork object.
A data.table containing aggregated
data from a CalmrExperiment
A character specifying the type of plot.
A character specifying the model.
Other parameters passed to plotting functions.
A list of (named) plots, as returned by plot() or
calmr_model_plot()
Logical specifying whether to have plots in a common scale.
A character or numeric vector determining the plots to patch
A list of plot options as returned by get_plot_opts()
plotting_functions