Description Usage Arguments Value Author(s) Examples
View source: R/correlation_function.R
Correlation analysis function (Pearson or Spearman)
1 2 3 4 5 6 7 8 |
data |
data.frame with responses |
axissize |
Axes font size (default is 12) |
legendsize |
Legend font size (default is 12) |
legendposition |
Legend position (default is c(0.9,0.2)) |
legendtitle |
Legend title (default is "Correlation") |
method |
Method correlation (default is Pearson) |
The function returns a correlation matrix
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
1 2 | data("pomegranate")
corgraph(pomegranate[,-1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.