Skip to contents

A custom ggplot2 theme for consistent styling of ineqx plots. Use as + theme_ineqx in ggplot2 pipelines.

Usage

theme_ineqx

Format

An object of class theme (inherits from ggplot2::theme, gg, S7_object) of length 144.

Examples

library(ggplot2)
#> Warning: package 'ggplot2' was built under R version 4.5.2
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_ineqx