Learn R Programming

xpose4 (version 4.5.0)

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, ...)

xpose.create.title.hist(x, object, subset, ...)

xpose.multiple.plot.title(object, plot.text, subset = xsubset(object), main = "Default", no.runno = FALSE, ...)

Arguments

x
Column name for x-variable
y
Column name for y variable
object
Xpose data object
subset
Subset used for plot
fun
Function applied to data
funx
Function applied to x data
funy
Function applied to y data
no.runno
should we include a run number in the label
logx
is the data log trasformed?
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.
...
additional arguments passed to the function.

Value

  • Plot titles and labels.