Skip to contents

A theme based on theme_bw, designed for grid-based plots like heatmaps, dot plots, and correlation matrices

Usage

theme_ggforge_grid(
  aspect.ratio = NULL,
  base_size = NULL,
  font_family = NULL,
  ...
)

Arguments

aspect.ratio

Aspect ratio of the plot panel

base_size

Base font size (scales all text elements)

font_family

Font family for all text

...

Additional arguments passed to theme

Value

A ggplot2 theme object