pkprofile-methods {linpk}R Documentation

Printing and plotting methods for class pkprofile.

Description

Printing and plotting methods for class pkprofile.

Usage

## S3 method for class 'pkprofile'
print(x, ...)

## S3 method for class 'pkprofile'
plot(x, y, ...)

## S3 method for class 'pkprofile'
lines(x, y, ...)

## S3 method for class 'pkprofile'
points(x, y, ...)

Arguments

x

An object of class pkprofile.

y

Any other object. Specifying y causes the default method to be called instead (effectively overriding the class-specific behaviour).


[Package linpk version 1.1.2 Index]