## 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)
## Display label for dependent variable in the Xpose data object
xlabel(xvardef("dv", object), object)
## Set label for dependent variable
xlabel(xpdb5) <- c(xvardef("dv", object), "Concentration (mg/L)")
Run the code above in your browser using DataLab