Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimhester/ggplot2toggvis


https://github.com/jimhester/ggplot2toggvis

Last synced: about 2 months ago
JSON representation

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.git

make
```

If you liked this tutorial also see [plyrToDplyr](http://jimhester.github.io/plyrToDplyr).