IHEstyle: IHEstyle

IHEstyleR Documentation

IHEstyle

Description

This package allows you to add the IHE theme to your ggplot graphics. Note that we have saved the old styles in the package for backwards comparability. The current style is IHEStyle2025.

Usage

Add + IHEstyle2025 to your ggplot2 function in order to use the package.

Author(s)

Gunnar Brådvik, email = gunnar.bradvik@ihe.se

Examples

library(ggplot2)
library(ggExtra)
library(ggthemes)
# library(tidyverse)
library(extrafont)
ggplot2::ggplot(mpg, aes(displ, cty, colour = class)) +
geom_point(size = 3) +
IHEstyle2023()

IHESweden/IHEstyle documentation built on April 12, 2025, 12:42 p.m.