View source: R/methods_s3_plot.R
plot.FitInactivation | R Documentation |
Plots a comparison between the experimental data provided and the prediction
produced by the model parameters adjusted for an instance of
FitInactivation
.
## S3 method for class 'FitInactivation' plot( x, y = NULL, ..., make_gg = TRUE, plot_temp = FALSE, label_y1 = "logN", label_y2 = "Temperature", ylims = NULL )
x |
the object of class |
y |
ignored |
... |
additional arguments passed to |
make_gg |
logical. If |
plot_temp |
logical. Whether the temperature profile will
be added to the plot. |
label_y1 |
Label of the principal y-axis. |
label_y2 |
Label of the secondary y-axis. |
ylims |
Numeric vector of length 2 with the Limits of the
y-axis. |
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.