\HeaderA{signalDist}{Intensity distribution plots for a AffyBatch object}{signalDist}
\aliasA{QCReport-signalDist}{signalDist}{QCReport.Rdash.signalDist}
\keyword{hplot}{signalDist}
\begin{Description}\relax
Creates the secondpage of the  QC report created by \code{\LinkA{QCReport}{QCReport}} for an object of class
\code{\LinkA{AffyBatch}{AffyBatch}}   The page contains a boxplot and intensity distribution plots.
\end{Description}
\begin{Usage}
\begin{verbatim}
signalDist(object)

\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] 
\end{ldescription}
 {An object of class \code{\LinkA{AffyBatch}{AffyBatch}}.}
\end{Arguments}
\begin{Details}\relax
This creates the second page of a \code{\LinkA{QCReport}{QCReport}} report. 
The first graph is created with the \code{\LinkA{AffyBatch}{AffyBatch}}
method \code{boxplot}. The second graph in created with the 
\code{\LinkA{AffyBatch}{AffyBatch}} method \code{hist}.

More details are available in the vignette.
\end{Details}
\begin{Value}
TRUE
\end{Value}
\begin{Examples}
\begin{ExampleCode}
    
    library(affydata)
    data(Dilution)

   signalDist(Dilution)

\end{ExampleCode}
\end{Examples}


