Commentaire kassambara Administrateur #75 24/02/2016 à 12h29 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("https://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 Visiteur #74 23/02/2016 à 23h18 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...
Commentaires