plot.PredInactivationMCMC {bioinactivation} | R Documentation |
Plot of PredInactivationMCMC Object
Description
Plots the prediction interval generated by
predict_inactivation_MCMC
.
Usage
## S3 method for class 'PredInactivationMCMC'
plot(x, y = NULL, ..., make_gg = TRUE)
Arguments
x |
the object of class |
y |
ignored |
... |
additional arguments passed to |
make_gg |
logical. If |
Details
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
Value
If make_gg = FALSE
, the plot is created. Otherwise, an
an instance of ggplot
is generated, printed and returned.