npde (version 2.0)

plot.NpdeObject: Plots a NpdeObject object

Description

Plots the data and diagnostic plots in a NpdeObject object

Usage

"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.plotoptions

Examples

Run this code
data(theopp)
data(simtheopp)

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

Run the code above in your browser using DataLab