| gof_labels | R Documentation |
Labels for GOF plots
gof_labels(...)
... |
Named character arguments will override the defaults. |
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.
A named list.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.