Intro to data visualization
This article is originally published at https://nowosad.github.io/
Slides
Prerequisites
R
- https://www.r-project.org/
- http://cran.rstudio.com/bin/linux/
- http://cran.rstudio.com/bin/windows/base/
- http://cran.rstudio.com/bin/macosx/
RStudio
R packages
install.packages('ggplot2')
install.packages('gapminder')
install.packages('dplyr')
install.packages('devtools')
install.packages('tidyr')
install.packages('dygraphs')
devtools::install_github("ropensci/plotly")
Datasets
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Thanks for visiting r-craft.org
This article is originally published at https://nowosad.github.io/
Please visit source website for post related comments.