Description Usage Arguments Value Author(s) Examples
View source: R/pairwise.correlation.R
 The
pairwise.correlation function plots an image with
the pairwise correlation between phenotypes and provides the
corresponding source matrix.  
| 1 |   pairwise.correlation(Y, label.Y = NULL)
 | 
| Y | data frame or matrix corresponding to the responses. | 
| label.Y | character vector indicating the label of the
outcomes. By default ( | 
A matrix of the pairwise correlation between outcomes.
Benoit Liquet, b.liquet@uq.edu.au,
 Marc
Chadeau-Hyam m.chadeau@imperial.ac.uk,
 Leonardo Bottolo
l.bottolo@imperial.ac.uk,
 Gianluca Campanella
g.campanella11@imperial.ac.uk 
| 1 2 3 |  data(data.Y.Hopx)
    res.cor.Y.Hopx <-
    pairwise.correlation(data.Y.Hopx,label.Y=NULL)$matcor 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.