theme_gR: theme_gR

View source: R/theme_gR.R

theme_gRR Documentation

theme_gR

Description

A theme that is conditionally dark or minimal (by default). Dark if you use it in RStudio.

Usage

theme_gR()

Examples

ggplot(iris, aes(Sepal.Length, Petal.Width)) +
  geom_point() +
  theme_gR()


MarcellGranat/granatlib documentation built on July 9, 2023, 6:08 a.m.