xpose.create.title: Functions to create labels for plots

View source: R/xpose.create.title.R

xpose.create.titleR Documentation

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

Value

Plot titles and labels.

Functions

  • xpose.create.label(): Create label values

Author(s)

Andrew Hooker


andrewhooker/xpose4 documentation built on Feb. 26, 2024, 4:07 p.m.