plot.halflife {PK}R Documentation

Plot Regression Lines Used for Half-life Estimation

Description

This method plots objects of S3 class "halflife" (biexp and lee).

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 S3 class "halflife" (biexp and lee)
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

Author(s)

Martin J. Wolfsegger and Thomas Jaki


[Package PK version 0.03 Index]