A custom ggplot2 theme used for creating publication-quality multi-panel plots. This theme modifies the appearance of plots by adjusting text sizes, spacing between panels, and axis formatting, ensuring better readability for complex figures.

data(multipanel_theme)

Format

A ggplot2 theme with the following adjustments:

  • text: Font size adjustments for plot titles, axis labels, and legend text.

  • panel.spacing: Adjusts the spacing between panels in multi-panel plots.

  • axis.text: Customises axis text appearance for better readability.

Value

A ggplot2 theme object.