theme_ecm_horizontal_dots: Slight modifications to built-in themes

View source: R/theme_ecm_horizontal_dots.R

theme_ecm_horizontal_dotsR Documentation

Slight modifications to built-in themes

Description

Based on theme_bw() from ggplot2

Usage

theme_ecm_horizontal_dots()

Value

extensible theme function

Examples

library(ggplot2)
library(ecmfuns)
ggplot(mtcars, aes(disp, mpg, color = cyl))+
 geom_point()+
 theme_ecm_bw()

evanmascitti/ecmfuns documentation built on April 5, 2025, 1:52 a.m.