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()

Solatar/ggdendroplot documentation built on July 12, 2021, 8:55 a.m.