covariance_plot(r, trans = TRUE)
An nm object.
Logical (default = TRUE). Applies the transformations specified in $THETA/$OMEGA/$SIGMA comments before plotting.
A ggplot2
object with parameter correlations.
Plots the correlation plot from the $COV NONMEM output.
## requires NONMEM to be installed
if (FALSE) {
covariance_plot(m1)
}