theme_timeline: theme_timeline

Description Usage Examples

View source: R/Geoms.R

Description

This is a function that makes some changes to visualize the eartquakes on the timeline

Usage

1

Examples

1
2
3
4
5
6
7
8
## Not run: 
data %>% eq_clean_data() %>%
filter(COUNTRY %in% c("USA"), YEAR > 2000) %>%
   ggplot(aes(x = DATE, y = COUNTRY, colour = TOTAL_DEATHS, size = EQ_PRIMARY)) +
   geom_timeline() +
   theme_timeline()

## End(Not run)

FerrieHeskes/FinalAssignmentR documentation built on May 26, 2019, 7:26 a.m.