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,
...
)
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
is the data log transformed?
Are we looking at an autocorrelation plot?
Are we looking at an autocorrelation plot?
Text of plot title
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.
Plot titles and labels.
xpose.create.label
: Create label values