| PlotWindow {Mosaic} | R Documentation |
Initiate a plot and draw axes
PlotWindow(cx = 1, ylim = c(0, max(unlist(EIClistItem[, "tic"]))), xlim = c(min(unlist(EIClistItem[, "rt"])), max(unlist(EIClistItem[, "rt"])))/60, heading = "test", single = F, par = T, relto = NULL, ylab = "Intensity", xlab = "RT (min)", ysci = T, liwi = 1, textadj = 0.5)
cx |
character expansion factor (font size) |
ylim |
numeric(2) of y-axis range |
xlim |
numeric(2) of x-axis range |
heading |
heading of the plot |
single |
if TRUE, this plot is expected to be the only plot in a composite (different margin settings) |
par |
if FALSE, par margin settings are not set inside the function and should be set outside |
relto |
show y axis values relative to relto if not NULL. |
ylab |
y axis label |
xlab |
x axis label |
ysci |
if TRUE, y axis label numbers are shown in scientific format |
textadj |
passed on to mtext adj for orientation of plot description/title text line |