\HeaderA{plotlines}{plotlines}{plotlines}
\keyword{hplot}{plotlines}
\begin{Description}\relax
Time course style plot of expression data.
\end{Description}
\begin{Usage}
\begin{verbatim}
plotlines(x,first.column.origin=FALSE,xlab="Column",ylab="x",col="black",lwd=1,...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{x}] numeric matrix or object containing expression data.
\item[\code{first.column.origin}] logical, should the lines be started from zero?
\item[\code{xlab}] x-axis label
\item[\code{ylab}] y-axis label
\item[\code{col}] vector of colors for lines
\item[\code{lwd}] line width multiplier
\item[\code{...}] any other arguments are passed to \code{plot}
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
Plots a line for each probe.
\end{Details}
\begin{Value}
A plot is created on the current graphics device.
\end{Value}
\begin{Author}\relax
Gordon Smyth
\end{Author}
\begin{SeeAlso}\relax
An overview of modeling functions and associated plots available in LIMMA is given in \LinkA{06.LinearModels}{06.LinearModels}.
\end{SeeAlso}


