Sharon
Microsoft Employee
10 years agoCorrelation Plot
Description
Correlation plots can be used to quickly find insights, showing what otherwise would require lots of iterative slicing and dicing of your data.
Download this sample to see how...
Mike_Carlo
Most Valuable Professional
9 years agoHere is the documentation on the corrplot function that was used.
https://cran.r-project.org/web/packages/corrplot/corrplot.pdf
JaouadZrhibi
Helper I
8 years agoHi,
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