Closed ajongbloets closed 3 years ago
I noticed when using heatmap.2 without density information any non-NULL value to key.title is ignored.
data(mtcars) heatmap.2(as.matrix(mtcars), density.info="none", key.title = "Other Color Key")
Thanks @jjongbloets - merged.
I noticed when using heatmap.2 without density information any non-NULL value to key.title is ignored.