This method plots objects of S3 class "halflife"
(biexp and lee).
# S3 method for halflife
plot(x, xlab='Time', ylab='Concentration',
main='Half-life Estimation', xlim=NULL, ylim=NULL, add=FALSE, ...)
none
An object of S3 class "halflife"
(biexp and lee).
A label for the x axis.
A label for the y axis.
A main title for the plot.
The x limits (min, max) of the plot.
The y limits (min, max) of the plot.
A logical value indicating whether to add plot to current plot (default=FALSE
).
Other parameters to be passed through to plotting functions.
Martin J. Wolfsegger