theme_timeline: modification of existing geom classic theme

Description Usage Format Examples

Description

Here is slight modification of existing classic theme: everything is the same except default position of the legend: it is at the bottom, instead of right side

Usage

1

Format

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

Examples

1
2
3
## Not run: cleaned_base%>%filter(YEAR>=2000 & YEAR<=2010 & !is.na(EQ_MAG_ML))%>%ggplot()+
                   geom_timeline(aes(fill=DEATHS, colour=DEATHS, x=YEAR, size=EQ_MAG_ML))+theme_timeline
## End(Not run)

Yailama/Capstone-project documentation built on May 25, 2019, 2:23 p.m.