plot.PKNCAconc: Plot a PKNCAconc object

View source: R/plot.PKNCAconc.R

plot.PKNCAconcR Documentation

Plot a PKNCAconc object

Description

Plot a PKNCAconc object

Usage

## S3 method for class 'PKNCAconc'
plot(
  x,
  ...,
  groups = x$subject,
  panel.formula = parseFormula(x)$groupFormula,
  panel.formula.update
)

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

Arguments

x

The object to plot

...

Additional arguments passed to xyplot

groups

The grouping variable for the plot (typically the subject column)

panel.formula

The formula used for the call to xyplot (defaults to the group formula of x)

panel.formula.update

Updates to the panel.formula to simplify modifications without having to fully specify the formula.

Value

A trellis object of the plot(s)


billdenney/pknca.reporting documentation built on March 30, 2023, 7:09 a.m.