Correlation Plot
Here is the documentation on the corrplot function that was used.
https://cran.r-project.org/web/packages/corrplot/corrplot.pdf
Hi,
After reading your nice posts, I need some help.
(Sorry, I m beginner on Power BI).
I would like to build graphs or indicators in order to see correlations between countries in import trade according 2 variables : weights in TON and volumes in USD.
I added this code but it doesn't work :
require("corrplot")
library(corrplot)
M <- cor(dataset)
corrplot(M, method = "circle", tl.cex=0.6, tl.srt = 45, tl.col = "black", type= "upper", order="hclust")
If you have any suggestions, please advise.
Thank you in advance for your time and help,
Jaouad
- boefraty8 years agoMicrosoft Employee
Hi JaouadZrhibi,
Your code is almost perfect just di right-click on your data clumns and select "Don't summarize"