plot.fitTK {rbioacc} | R Documentation |
Plotting method for fitTK
objects
Description
This is the generic plot
S3 method for the
fitTK
. It plots the fit obtained for each
variable in the original dataset.
Usage
## S3 method for class 'fitTK'
plot(x, time_interp = NULL, ...)
Arguments
x |
And object returned by fitTK |
time_interp |
A vector with additional time point to interpolate. Time point of the original data set are conserved. |
... |
Additional arguments |
Value
a plot of class ggplot
[Package rbioacc version 1.2.1 Index]