theme_timeline: This theme is used to visualize earthquakes

Description Usage Examples

Description

The theme is built on top theme_bw in order to follow the style of the Coursera's assignment

Usage

1

Examples

1
2
library(ggplot2)
ggplot(mtcars) + geom_point(aes(x = wt, y = mpg)) + theme_timeline()

Valentin-Konoshenko/Earthquakes4Coursera documentation built on May 23, 2019, 1:08 p.m.