theme_timeline: Creates a theme for timeline visualization

Description Usage Examples

Description

Creates a theme for timeline visualization

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data %>% eq_clean_data() %>%
filter(COUNTRY %in% c("USA", "CHINA")) %>%
   ggplot(aes(x = DATE,
              y = COUNTRY,
              color = as.numeric(TOTAL_DEATHS),
              size = as.numeric(EQ_PRIMARY)
   )) +
   geom_timeline() +
   theme_timeline()

## End(Not run)

CarlosSilva34/RCapstone documentation built on May 6, 2019, 4:10 p.m.