\HeaderA{aafTable}{Constructor for aafTable objects}{aafTable}
\keyword{file}{aafTable}
\begin{Description}\relax
Constructs an \code{aafTable} object given vectors, lists, or
\code{aafList} objects.
\end{Description}
\begin{Usage}
\begin{verbatim}
aafTable(..., items = list(...), colnames = names(items), 
         probeids = character(0), signed = FALSE)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{...}] named arguments, one for each column
\item[\code{items}] alternatively a named list of the items to be put in the table
\item[\code{colnames}] character vector of column names
\item[\code{probeids}] character vector of probe ids associated with each row
\item[\code{signed}] boolean, should each column be colored based on the sign?
\end{ldescription}
\end{Arguments}
\begin{Value}
An \code{aafTable} object.
\end{Value}
\begin{Author}\relax
Colin A. Smith, \email{annaffy@colinsmith.org}
\end{Author}
\begin{SeeAlso}\relax
\LinkA{aafTable-class}{aafTable.Rdash.class}
\end{SeeAlso}


