Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.halflife

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, add=FALSE, ...)

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.

add

A logical value indicating whether to add plot to current plot (default=FALSE).

...

Other parameters to be passed through to plotting functions.

Value

none

Author(s)

Martin J. Wolfsegger


PK

Basic Non-Compartmental Pharmacokinetics

v1.3-5
GPL-2
Authors
Thomas Jaki <jaki.thomas@gmail.com> and Martin J. Wolfsegger <wolfseggerm@gmx.at>
Initial release
2020-03-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.