An R package to provide a standardized look for plots employed by pharmacometricians. It provides a ggplot2 theme, color palette, and a collection of plotting functions for basic goodness-of-fit diagnostic plots.
This package needs to be installed from GitHub:
require(remotes)
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
remotes::install_github("certara/ggcertara", upgrade="never")
There is a vignette that explains how to use the package for basic goodness-of-fit diagnostic plots.