- R Data Visualization Recipes
- Vitor Bianchi Lanzetta
- 18字
- 2021-07-02 23:33:21
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')