theme_eq_timeline: Theme for geom_timeline plot

Description Usage Format Examples

Description

This theme helps visualize the information from a geom_timeline plot better.

Usage

1

Format

An object of class theme (inherits from gg) of length 7.

Examples

1
2
3
4
5
## Not run: eq_data %>% eq_clean_data() %>%
   filter(COUNTRY %in% c("GREECE", "ITALY"), YEAR > 2000) %>%
   ggplot(aes(x = DATE, y = COUNTRY)) +
   geom_timeline() + theme_eq_timeline()
## End(Not run)

rafaelcb/NOAA documentation built on May 9, 2019, 1:16 p.m.