theme_timeline: Theme for a correct visualization

Description Usage Examples

View source: R/main.R

Description

This is a theme to configure the look of the geom

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
data %>% eq_clean_data() %>%
dplyr::filter(Date >= "1980-01-01" & Date <="2014-01-01" & COUNTRY == c("ITALY","USA", "JORDAN")) %>%
  ggplot(aes(x = Date,
             y = COUNTRY,
             color = DEATHS,
             size = EQ_MAG_ML
  )) +
  geom_timeline() +
  theme_timeline()


## End(Not run)

daferpe/CapstonePackage documentation built on May 26, 2019, 2:35 a.m.