theme_jasmine: My ggplot2 personal theme

Description Usage Arguments Value Examples

Description

This was definetly inspiried by 538 graphics

Usage

1
theme_jasmine(title, subtitle, ...)

Arguments

title

a string indicating title of plot

subtitle

a string indicating the subtitle of plot (development version of ggplot2)

...

additional params

Value

a ggplot2 plot with format

Examples

1
2
3
4
ggplot(iris, aes(x=Sepal.Width, y=Sepal.Length, color = Species)) +
  geom_jitter() +
  theme_minimal() +
  theme_jasmine(title = "Hi", subtitle = "yo")

jasdumas/dumas documentation built on May 18, 2019, 4:49 p.m.