Functions to create labels for plots
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,
...
)
Plot titles and labels.
Column name for x-variable
Column name for y variable
Xpose data object
Subset used for plot
Function applied to x data
Function applied to y data
should we include a run number in the label
additional arguments passed to the function.
Function applied to data
xpose.create.label()
: Create label values
Andrew Hooker