View source: R/plot-during-loading.R
plot_during_loading | R Documentation |
Create plots during the loading phase, and return a list of them to be attached to the model object for saving in a model RDS file
plot_during_loading(model)
model |
A model, created by |
Uses the probs vector which is included in the package data for
this package
Primarily used for plots that directly access the mcmc
output because
that is not included in the model object to reduce model object size
A list of ggplot2::ggplot()
objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.