Pearson correlation matrix heat map. The different colors represent Pearson correlation coefficients, and the diverse circle sizes represent P value.
How do I generate Pearson correlation matrix heat map as bubble plot where the different colors represent Pearson correlation coefficients, and the diverse circle sizes represent P value. I am attaching an example:
• 2,085 views
•
link
1 answer
You can use R corrgram package, although I suspect the figure you attached was done using ComplexHeatmap (See an example here near the end).
EDIT: ggcorrplot is what you are looking for probably
• 0 views
•
link
Log in to answer this question.
corrplot(matrix, method = 'circle')