gof_labels: Labels for GOF plots

View source: R/utilities.R

gof_labelsR Documentation

Labels for GOF plots

Description

Labels for GOF plots

Usage

gof_labels(...)

Arguments

...

Named character arguments will override the defaults.

Details

This function can be used to get and set the axis labels for GOF plots. The default labels are taken from options that start with the prefix gof.label., for example gof.label.dv, gof.label.ipred and so on. This function extracts those options into a named list (without the prefix), and allows any number of them to be overridden.

Value

A named list.

Examples

gof_labels()

# Override a label
gof_labels(tad="Time After Start of Infusion")

## Not run: 
# Change the default
options(gof.label.tad="Time After Start of Infusion")
gof_labels()

## End(Not run)

certara/ggcertara documentation built on Feb. 28, 2024, 5:01 a.m.