View source: R/Function_PlotWindow.R
PlotWindow | R Documentation |
Initiate a plot and draw axes. Used by plotting functions in Metaboseek.
PlotWindow( cx = 1, ylim = c(0, 1), xlim = c(0, 1), heading = "test", single = F, par = T, relto = NULL, ylab = "Intensity", xlab = "RT (min)", ysci = T, liwi = 1, textadj = 0.5, ylabshift = 0 )
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 plot (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 |
liwi |
line width for axes |
textadj |
passed on to mtext adj for orientation of plot description/title text line |
ylabshift |
integer to adjust the position of the y axis label |
plots an empty coordinate system in the current plotting device
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.