R语言 ComplexHeatmap 包:将图例放置在热图底部
使用参数'legend_side'来控制图例的位置,将其设置为'bottom'即可将图例放在底部。
代码示例:
Heatmap(spe_new,
col = colorRampPalette(colors = c('navy','white', 'firebrick3'))(50),
legend_side = 'bottom')
原文地址: https://www.cveoy.top/t/topic/nUrv 著作权归作者所有。请勿转载和采集!