corgraph {AgroR} | R Documentation |
Correlation analysis function (Pearson or Spearman)
corgraph(
data,
axissize = 12,
legendsize = 12,
legendposition = c(0.9, 0.2),
legendtitle = "Correlation",
method = "pearson"
)
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
data("pomegranate")
corgraph(pomegranate[,-1])