enter image description hereI want to plot heatmap with 4 continuous variable in R. What I want is size of square shape in heatmap should change according to 4th continuous variable
Asked
Active
Viewed 413 times
0
-
2Please post what you have tried so far and what particular problems you are getting. – jingx Apr 19 '19 at 13:12
-
1Changing square size in a heatmap sounds like a bad idea. What do you envisage the final result to look like? Also consider showing some code & making your problem [reproducible](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) to get more targeted help. – Z.Lin Apr 19 '19 at 13:12
-
I want final result look like as shown below. I want to plot mean values. hewre they have taken 5 variables where as it is only 4. I was trying ggplot + stat-summary_2d. But it takes only 3 variables – manish Apr 22 '19 at 08:50