## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)
## Here we load the example xpose database
data(simpraz.xpdb)
xpdb <- simpraz.xpdb
## A vanilla plot
absval.wres.vs.cov.bw(xpdb)
## A custom plot
absval.wres.vs.cov.bw(xpdb, bwdotcol="white",
bwdotpch=15,
bwreccol="red",
bwrecfill="red",
bwumbcol="red",
bwoutpch=5,
bwoutcol="black")
## A vanilla plot using IWRES
absval.iwres.vs.cov.bw(xpdb)
Run the code above in your browser using DataLab