\HeaderA{standard.pearson}{A clustering function based on pearson correlation}{standard.pearson}
\keyword{misc}{standard.pearson}
\begin{Description}\relax
Given a matrix of values, uses hclust and cor to generate a clustering based on 1-Pearson correlation
\end{Description}
\begin{Usage}
\begin{verbatim}
  standard.pearson(x)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{x}] A matrix of data 
\end{ldescription}
\end{Arguments}
\begin{Value}
The result of performing an hclust
\end{Value}
\begin{Author}\relax
Crispin J Miller
\end{Author}
\begin{SeeAlso}\relax
\code{hmap}
\code{hmap.eset}
\code{hmap.pc}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
  ## Not run: 
        y <- standard.pearson(x)
  
## End(Not run)
\end{ExampleCode}
\end{Examples}


