Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jbryer/timeline
- Owner: jbryer
- Created: 2013-05-02T01:10:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T13:13:20.000Z (over 9 years ago)
- Last Synced: 2024-08-06T03:05:17.129Z (5 months ago)
- Language: R
- Size: 159 KB
- Stars: 54
- Watchers: 14
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timeline
#### Create timeline plotsrequire(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)