theme_seagull: ggplot2 theme from ebviz

Description Usage Examples

View source: R/theme.R

Description

This is a complete theme for ggplot2. This is built based on Tufte's principles of graphical excellence.

Usage

1

Examples

1
2
3
4
5
6
ggplot(mtcars, aes(mpg,disp,color=factor(carb))) +
geom_point(size=3) +
  labs(title="Scatter Plot",
       subtitle = "theme_seagull()",
       caption = "Data: mtcars") +
  theme_seagull()

j-effendy/dataviz documentation built on Dec. 20, 2021, 8:04 p.m.