calmr_model_plot | R Documentation |
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())
data |
A |
type |
A character specifying the type of plot. |
model |
A character specifying the model. |
... |
Other parameters passed to plotting functions. |
plots |
A list of (named) plots, as returned by |
common_scale |
Logical specifying whether to have plots in a common scale. |
selection |
A character or numeric vector determining the plots to patch |
plot_options |
A list of plot options as returned by |
A 'ggplot' object.
plot_common_scale()
returns a list of plots.
get_plot_opts()
returns a list.
patch_plots()
returns a patchwork
object.
You should probably be getting plots via
the plot()
method for CalmrExperiment.
plotting_functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.