theme_hm: applies a heatmap-friendly theme to ggplot

Description Usage Value Examples

View source: R/theme_hm.R

Description

Imports: ggplot2

Usage

1

Value

a ggplot layer that can be added to a ggplot object

Examples

1
2
3
ggplot(mtcars, aes(mpg, wt)) +
  geom_point() +
  theme_hm()

NicolasH2/ggdendroplot documentation built on Dec. 17, 2021, 5:24 a.m.