plot.halflife {PK} | R Documentation |
This method plots objects of S3 class halflife
.
## S3 method for class 'halflife': plot(x, xlab='Time', ylab='Concentration', main='Half-life Estimation', xlim=NULL, ylim=NULL, ...)
x |
an object of S4 class link{halflife } |
xlab |
a label for the x axis. |
ylab |
a label for the y axis. |
main |
a main title for the plot. |
xlim |
the x limits (min, max) of the plot. |
ylim |
the y limits (min, max) of the plot. |
... |
other parameters to be passed through to plotting functions. |
none