\HeaderA{titlePage}{QC report title page with array names}{titlePage}
\aliasA{QCReport-titlePage}{titlePage}{QCReport.Rdash.titlePage}
\keyword{hplot}{titlePage}
\begin{Description}\relax
Creates the titlepage of the  QC report created by \code{\LinkA{QCReport}{QCReport}} for an object of class
\code{\LinkA{AffyBatch}{AffyBatch}}.
\end{Description}
\begin{Usage}
\begin{verbatim}
titlePage(object)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{object}] An object of class \code{\LinkA{AffyBatch}{AffyBatch}}.
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
This creates the title page of a \code{\LinkA{QCReport}{QCReport}} report. 

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

\end{ExampleCode}
\end{Examples}


