## xpdb5 is an Xpose data object
## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)
## Import graphics preferences you saved earlier using export.graph.par
xpdb5 <- import.graph.par(xpdb5)
## Reset to default values
xpdb5 <- reset.graph.par(xpdb5)
## Change WRES definition
xpdb5 <- change.wres(xpdb5)
Run the code above in your browser using DataLab