powered by
Default theme for heatmap_layout() or stack_layout() object.
heatmap_layout()
stack_layout()
theme_ggalign(...)
A theme object.
Arguments passed on to ggplot2::theme_classic
ggplot2::theme_classic
base_size
base font size, given in pts.
base_family
base font family
base_line_size
base size for line elements
base_rect_size
base size for rect elements
You can use the option "ggalign.default_theme" to change the default theme.
"ggalign.default_theme"
old <- options(ggalign.default_theme = theme_bw()) ggheatmap(matrix(rnorm(81), nrow = 9)) + hmanno("top") + align_dendro(k = 3L) options(ggalign.default_theme = old)
Run the code above in your browser using DataLab