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, ...)
xpose.create.title.hist(x, object, subset, ...)
xpose.multiple.plot.title(object, plot.text,
subset = xsubset(object),
main = "Default",
no.runno = FALSE,
...)
Column name for x-variable
Column name for y variable
Xpose data object
Subset used for plot
Function applied to data
Function applied to x data
Function applied to y data
should we include a run number in the label
is the data log trasformed?
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.
additional arguments passed to the function.
Plot titles and labels.