theme_sleek: A sleek theme for ggplot2

View source: R/theme_sleek.R

theme_sleekR Documentation

A sleek theme for ggplot2

Description

A simple theme for ggplot2 that loosely resembles nicely themed plots from base graphics.

Usage

theme_sleek(base_size = 11, base_family = "")

Arguments

base_size

Base size

base_family

Base family

Examples

p <- ggplot2::ggplot(mtcars) +
  ggplot2::geom_point(ggplot2::aes(x = wt, y = mpg, colour = factor(gear))) +
  ggplot2::facet_wrap(~am)
p + theme_sleek()


seananderson/ggsidekick documentation built on April 9, 2023, 6:26 p.m.