IHEstyle | R Documentation |
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.
Add + IHEstyle2025 to your ggplot2 function in order to use the package.
Gunnar Brådvik, email = gunnar.bradvik@ihe.se
library(ggplot2)
library(ggExtra)
library(ggthemes)
# library(tidyverse)
library(extrafont)
ggplot2::ggplot(mpg, aes(displ, cty, colour = class)) +
geom_point(size = 3) +
IHEstyle2023()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.