Create a custom theme for ididvar visualizations
theme_idid.RdA function to return a custom ggplot2 theme.
Examples
ggplot2::mpg |>
ggplot2::ggplot(ggplot2::aes(x = displ, hwy, color = cyl)) +
ggplot2::geom_point() +
ggplot2::labs(
title = "A wonderful title",
subtitle = "Something to add"
) +
theme_idid()