Plots the prediction interval generated by
predict_inactivation_MCMC.
# S3 method for PredInactivationMCMC
plot(x, y = NULL, ..., make_gg = TRUE)If make_gg = FALSE, the plot is created. Otherwise, an
an instance of ggplot is generated, printed and returned.
the object of class PredInactivationMCMC to plot.
ignored
additional arguments passed to plot.
logical. If TRUE, the plot is created using
ggplot2. Otherwise, the plot is crated with base R.
TRUE by default.
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