Description Usage Arguments Details Value Examples
View source: R/mycorrelation.R
Creates a correlation matrix.
1 |
X |
data matrix |
This function creats a correlation matrix from a data matrix.
a correlation matrix
1 | X = matrix(runif(4*4), 4, 4); mycorrelation(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.