The pmplots Gallery

Plots for Pharmacometrics

Author

Kyle Baron, Pharm.D., Ph.D.

Published

Mar 18, 2023

This is a simple introduction to the pmplots package for R. I hope this will be useful for those who are new to the package and those who just need a reminder on the syntax. The goal with this package isn’t to create a new grammar of graphics, but rather to create a standard set of commonly-used plots in pharmacometrics analyses.

This is truly intended to be a Gallery. In some chapters, you will see a great deal of repetion in plots (like CWRES versus TIME, WRES versus TIME, RES versus TIME). This is by design with the intention to make the reader aware of the different functions available in the package. One exception to this is the page on customization. Please take a moment to look through this page; it is long but you will find some very helpful examples of what you can do with pmplots.

You can find documentation for pmplots here.

Source

The pmtables package is maintained here. The code for this book is maintained here.

Build

packageVersion("pmplots")
[1] '0.3.6'
date()
[1] "Sat Mar 18 08:36:47 2023"