Commentaires

Commentaire

Administrateur
Avatar
That's strange! I'm using R 3.2 on Mac and it works. Please try the following R code and let me know:


Code R :
 
require(corrplot)
source("http://www.sthda.com/upload/rquery_cormat.r")
mydata <- mtcars[, c(1,3,4,5,6,7)]
cormat <- rquery.cormat(mydata, graphType="heatmap")
 


Best Regards,
AK

Commentaire

Visiteur
Avatar
Thank for your website. so cooool. I performed by heat map with R but I have no annotation so i can't interpret my graph.
What's the problem? I use R version 3.2.0 on Mac...
Licence - Pas d?Utilisation Commerciale - Partage dans les M?mes Conditions
Licence Creative Commons