plot.IsoFitInactivation: Plot of IsoFitInactivation Object

View source: R/methods_s3_plot.R

plot.IsoFitInactivationR 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 IsoFitInactivation to plot.

y

ignored

...

additional arguments passed to plot.

make_gg

logical. If TRUE, the plot is created using ggplot2. Otherwise, the plot is crated with base R. FALSE by default.


albgarre/bioinactivation documentation built on Nov. 27, 2022, 9:19 a.m.