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

xpose.create.title

Functions to create labels for plots


Description

Functions to create labels for plots

Usage

xpose.create.title(
  x,
  y,
  object,
  subset = NULL,
  funx = NULL,
  funy = NULL,
  no.runno = FALSE,
  ...
)

xpose.create.label(
  x,
  object,
  fun,
  logx,
  autocorr.x = FALSE,
  autocorr.y = FALSE,
  ...
)

Arguments

x

Column name for x-variable

y

Column name for y variable

object

Xpose data object

subset

Subset used for plot

funx

Function applied to x data

funy

Function applied to y data

no.runno

should we include a run number in the label

...

additional arguments passed to the function.

fun

Function applied to data

logx

is the data log transformed?

autocorr.x

Are we looking at an autocorrelation plot?

autocorr.y

Are we looking at an autocorrelation plot?

plot.text

Text of plot title

main

If "Default" then plot.text is the default title with the run number and subset expression added to the title. If the value is anything other than "Default" then that value is used as the plot title.

Value

Plot titles and labels.

Functions

  • xpose.create.label: Create label values

Author(s)

Andrew Hooker


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.