Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

create.mirror

Function to create mirror plots from the generic Xpose plotting commands


Description

This function takes the generic plotting functions from Xpose 4 and calls them multiple times with the current arguments to the functions, changing the arguments as needed for mirror plotting.

Usage

create.mirror(
  fun,
  arg.list,
  mirror,
  plotTitle,
  fix.y.limits = TRUE,
  fix.x.limits = TRUE,
  ...
)

Arguments

fun

The function name that we will call multiple times

arg.list

The arguments to that function

mirror

The type of mirror plots desired (1 or 3 mirror plots can be created)

plotTitle

The title for the plots

fix.y.limits

Should we fix all the y axes to be the same?

fix.x.limits

Should we fix all the x axes to be the same?

...

additional arguments passed to the function.

Details

mostly and internal function for Xpose

Value

a list of plots, or NULL.

Author(s)

Andrew Hooker

See Also


xpose4

Diagnostics for Nonlinear Mixed-Effect Models

v4.7.1
LGPL (>= 3)
Authors
Andrew C. Hooker [aut, cre, cph], Mats O. Karlsson [aut, cph], Justin J. Wilkins [aut], E. Niclas Jonsson [aut, trl, cph], Ron Keizer [ctb] (functionality for bootstrap of GAM and SCM)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.