📅  最后修改于: 2022-03-11 14:52:01.153000             🧑  作者: Mango
library(ComplexHeatmap)
Heatmap(df,
name = "mtcars", #title of legend
column_title = "Variables", row_title = "Samples",
row_names_gp = gpar(fontsize = 7) # Text size for row names
)