plotlines {limma} | R Documentation |
Time course style plot of expression data.
plotlines(x,first.column.origin=FALSE,xlab="Column",ylab="x",...)
x |
numeric matrix or object containing expression data. |
first.column.origin |
logical, should the lines be started from zero? |
xlab |
x-axis label |
ylab |
y-axis label |
... |
any other arguments are passed to plot |
Plots line for each probe.
A plot is created on the current graphics device.
Gordon Smyth
An overview of diagnostic functions available in LIMMA is given in 09.Diagnostics.