Learn R Programming

linpk (version 1.1.2)

pkprofile-methods: Printing and plotting methods for class pkprofile.

Description

Printing and plotting methods for class pkprofile.

Usage

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

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

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

# S3 method for 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).