gpt4 book ai didi

r - 如何更改 heatmap.2 中的色键高度

转载 作者:行者123 更新时间:2023-12-04 01:47:07 25 4
gpt4 key购买 nike

我正在尝试减小 heatmap.2 颜色键的大小

现在是这样

enter image description here

key=T,  # add the key color
key.title =NA,
cexRow = 0.75,
cexCol=0.75,

我想降低它的高度,变成这样

enter image description here

这就是我绘制热图的方式

heatmap.2(mat_data,
key=T, # add the key color
key.xlab="label",
key.title =NA,
cexRow = 0.75,
cexCol=0.75,
#lhei = c(5,5),
#cellnote = mat_data, # will display the values
main = "title to be shonwn ", # heat map title
#notecol=NA, # change font color of cell labels to black
density.info="none", # turns off density plot inside color legend
trace="none", # turns off trace lines inside the heat map
margins =c(15,20), # widens margins around plot
col=myPalette, # use on color palette defined earlier
breaks=col_breaks, # enable color transition at specified limits
dendrogram="row", # only draw a row dendrogram
Colv="NA",
notecex=1.0)

我发现

key 大小=1

可以改变大小,因为你没有任何权力根据需要调整大小

最佳答案

这可以通过 heatmap.2() 中的 lhei 参数设置

heatmap.2(data,lhei = c(1,7))

参数是一个长度为 2 的向量,看起来是键和热图的相对高度。

关于r - 如何更改 heatmap.2 中的色键高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42955254/

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