\HeaderA{plotPrintTipLoess}{MA Plots by Print-Tip Group}{plotPrintTipLoess}
\keyword{hplot}{plotPrintTipLoess}
\begin{Description}\relax
Creates a coplot giving MA-plots with loess curves by print-tip groups.
\end{Description}
\begin{Usage}
\begin{verbatim}
plotPrintTipLoess(object,layout,array=1,span=0.4,...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] \code{MAList} or \code{RGList} object or list with components \code{M} containing log-ratios and \code{A} containing average intensities
\item[\code{layout}] a list specifying the number of tip rows and columns and the number of spot rows and columns printed by each tip.
Defaults to \code{MA\$printer} if that is non-null.
\item[\code{array}] integer giving the array to be plotted. Corresponds to columns of \code{M} and \code{A}.
\item[\code{span}] span of window for \code{lowess} curve
\item[\code{...}] other arguments passed to \code{panel.smooth}
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
Note that spot quality weights in \code{object} are not used for computing the loess curves for this plot even though such weights would be used for loess normalization using \code{normalizeWithinArrays}.
\end{Details}
\begin{Value}
A plot is created on the current graphics device.
If there are missing values in the data, then the vector of row numbers for spots with missing values is invisibly returned, as for \code{coplot}.
\end{Value}
\begin{Author}\relax
Gordon Smyth
\end{Author}
\begin{SeeAlso}\relax
An overview of diagnostic functions available in LIMMA is given in \LinkA{09.Diagnostics}{09.Diagnostics}.
\end{SeeAlso}


