plot.halflife {PK}R Documentation

Plot Regression Lines Used for Half-life Estimation

Description

This method plots objects of S3 class halflife.

Usage

## S3 method for class 'halflife':
plot(x, xlab='Time', ylab='Concentration', main='Half-life Estimation', xlim=NULL, ylim=NULL, ...)

Arguments

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.

Value

none


[Package PK version 0.01 Index]