powered by
modify_layout
# S4 method for Iheatmap modify_layout(x, new_layout)
modified Iheatmap object
Iheatmap
list of new layout parameter
mat <- matrix(rnorm(20), ncol = 5, nrow = 4) hm <- main_heatmap(mat) %>% modify_layout(list(margin = list(b = 120))) # Print heatmap if interactive session if (interactive()) hm
Run the code above in your browser using DataLab