## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb <- xpose.data(5)
## Here we load the example xpose database
data(simpraz.xpdb)
xpdb <- simpraz.xpdb
## A vanilla plot
absval.cwres.vs.pred.by.cov(xpdb)
## Custom axis labels
absval.cwres.vs.pred.by.cov(xpdb, ylb="|CWRES|", xlb="PRED")
## Custom colours and symbols, no IDs
absval.cwres.vs.pred.by.cov(xpdb, cex=0.6, pch=3, col=1, ids=FALSE)
Run the code above in your browser using DataLab