plot.IsoFitInactivation {bioinactivation} | R Documentation |
Plot of IsoFitInactivation Object
Description
For each one of the temperatures studied, plots a comparison between the
predicted result and the experimental one for an instance of
IsoFitInactivation
.
Usage
## S3 method for class 'IsoFitInactivation'
plot(x, y = NULL, ..., make_gg = FALSE)
Arguments
x |
the object of class |
y |
ignored |
... |
additional arguments passed to |
make_gg |
logical. If |
[Package bioinactivation version 1.2.3 Index]