R Data Visualization Recipes
上QQ阅读APP看书,第一时间看更新

How to do it...

Run the following code to install the graphics packages properly:

> install.packages(c('devtools','plotly','ggvis'))
> devtools::install_github('hadley/ggplot2')