## 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)
## Change default miscellaneous graphic preferences
xpdb5 <- change.misc.graph.par(xpdb5)
## Change default linear regression line preferences, creating a new
## object
xpdb5.a <- change.lm.graph.par(xpdb5)
## Change conditioning preferences
xpdb5 <- change.cond.graph.par(xpdb5)
Run the code above in your browser using DataLab