View source: R/methods_s3_plot.R
plot.PredInactivationMCMC | R Documentation |
Plots the prediction interval generated by
predict_inactivation_MCMC
.
## S3 method for class 'PredInactivationMCMC' plot(x, y = NULL, ..., make_gg = TRUE)
x |
the object of class |
y |
ignored |
... |
additional arguments passed to |
make_gg |
logical. If |
The plot generated in ggplot (default) generates a dashed line with the mean of the MC simulations. Moreover, a ribbon with the 2 first quantiles (i.e. columns 3 and 4) is generated.
The plot generated with base R (make_gg = FALSE
) generates a solid line
wth the mean of the MC simulations. Each one of the other quantiles included
in the data frame are added with different
If make_gg = FALSE
, the plot is created. Otherwise, an
an instance of ggplot
is generated, printed and returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.