plot.NpdeObject: Plots a NpdeObject object

Description Usage Arguments Details References See Also Examples

Description

Plots the data and diagnostic plots in a NpdeObject object

Usage

1
2
  ## S3 method for class 'NpdeObject'
 plot(x, y, ...)

Arguments

x

a NpdeObject object

y

unused, here for compatibility with the base plot function

...

additional graphical parameters, which when given will supersede graphical preferences stored in the object

Details

The default plot

References

K. Brendel, E. Comets, C. Laffont, C. Laveille, and F.Mentre. Metrics for external model evaluation with an application to the population pharmacokinetics of gliclazide. Pharmaceutical Research, 23:2036–49, 2006.

See Also

set.npde.plotoptions

Examples

1
2
3
4
5
data(theopp)
data(simtheopp)

x<-autonpde(theopp,simtheopp,iid="ID",ix="Time", iy="Conc", boolsave=FALSE)
plot(x)

npde documentation built on May 2, 2019, 5:23 p.m.