Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimhester/ggplot2toggvis
https://github.com/jimhester/ggplot2toggvis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimhester/ggplot2toggvis
- Owner: jimhester
- License: mit
- Created: 2014-08-28T17:34:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T19:54:13.000Z (over 10 years ago)
- Last Synced: 2024-06-12T18:19:16.143Z (6 months ago)
- Language: R
- Homepage: http://jimhester.github.io/ggplot2ToGgvis
- Size: 1.21 MB
- Stars: 11
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ggplot2ToGgvis #
This is a simple repository showing parallel examples of functionally
equivalent [ggplot2](https://github/hadley/ggplot2) and
[ggvis](https://github.com/rstudio/ggvis) code. The examples used are from a
[ggplot2 Tutorial by Alex Yakubovich, Cathia Badiere and Wei-Hao Hwang](http://rpubs.com/ayy/2176).To recreate the page yourself simply clone this directory and run make.
```s
git clone https://github.com/jimhester/ggplot2ToGgvis.gitmake
```If you liked this tutorial also see [plyrToDplyr](http://jimhester.github.io/plyrToDplyr).