Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbryer/timeline

Create timeline plots using a grammar of graphics.
https://github.com/jbryer/timeline

Last synced: about 2 months ago
JSON representation

Create timeline plots using a grammar of graphics.

Awesome Lists containing this project

README

        

# timeline
#### Create timeline plots

require(devtools)
install_github('timeline','jbryer')
require(timeline)
data(ww2)
timeline(ww2, ww2.events, event.spots=2, event.label='', event.above=FALSE)

![Timeline of World War II](http://jason.bryer.org/images/timeline/ww2.png)