theme_icae: A ggplot theme for the icaeDesign package

View source: R/ggplot_theme.R

theme_icaeR Documentation

A ggplot theme for the icaeDesign package

Description

A theme summarizing the typical adjustments made to ggplots.

Usage

theme_icae(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/170,
  base_rect_size = base_size/170
)

Details

This theme is not specifically tuned to the ICAE color scheme, but summarizes typical modifications that improve readability of a ggplot. It is in principle suitable for all kinds of plots and has a decent touch of blue/grey colors for lines and fonts.

Examples

ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
 geom_point(size = 4) +
 scale_color_icae("hot") +
 theme_icae()

graebnerc/icaeDesign documentation built on Feb. 29, 2024, 5:02 p.m.