gpt4 book ai didi

r - 在 R 中的热图上显示值

转载 作者:行者123 更新时间:2023-12-04 11:08:19 25 4
gpt4 key购买 nike

我正在使用 heatmap.2 处理热图,想知道是否可以在所有热图位置上显示值。例如,对于代表“1”和评级的区域,我想显示值“43”,“2”和特权值51等等。

我的样本数据如下:enter image description here

            rating complaints privileges learning raises critical advance
1 43 51 30 39 61 92 45
2 63 64 51 54 63 73 47
3 71 70 68 69 76 86 48
4 61 63 45 47 54 84 35

最佳答案

你是这个意思吗?通过提供数据对象作为 cellnote 参数,这些值将打印在热图中。

heatmap.2(data,           # cell labeling
cellnote=data,
notecex=1.0,
notecol="cyan",
na.color=par("bg"))

enter image description here

关于r - 在 R 中的热图上显示值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21386921/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com