Open jarbet opened 1 year ago
same.as.matrix
yaxis.lab
uses empty values ''
to get the label to appear where you wantsuppressPackageStartupMessages(library(BoutrosLab.plotting.general));
cov.data <- data.frame('lightgrey');
create.heatmap(
x = cov.data,
clustering.method = 'none',
input.colours = TRUE,
print.colour.key = FALSE,
#same.as.matrix = TRUE,
yaxis.lab = c('','', '', 'A', '', ''),
);
Created on 2023-09-07 by the reprex package (v2.0.1)
yaxis.lab
does not work for 1x1 input:yaxis.lab
works for larger inputs:Created on 2023-09-07 by the reprex package (v2.0.1)