class: center, middle, inverse, title-slide # Data Visualization ## Computer Tools ### Andrew Irwin,
a.irwin@dal.ca
### Math & Stats, Dalhousie University ### 2021-01-08 (updated: 2021-01-01) --- class: middle # What computing tools will we learn? * R * Rstudio * ggplot * tidyverse * Rmarkdown * git * github --- class: middle # Why are we learning to use these tools? * Powerful set of tools for data analysis and visualization, communication, maintenance and dissemination * Widely used and actively developed * Will eventually be displaced by new methods * Core principles are long-lived and will be useful for decades ??? --- class: middle # R <img src="../static/R.png" width="90%" style="display: block; margin: auto;" /> --- class: middle # Rstudio <img src="../static/Rstudio.png" width="90%" style="display: block; margin: auto;" /> --- class: middle # Grammar of Graphics <img src="../static/ggplot.png" width="90%" style="display: block; margin: auto;" /> --- class: middle # tidyverse <img src="../static/tidyverse.png" width="90%" style="display: block; margin: auto;" /> --- class: middle # R markdown <img src="../static/Rmarkdown.png" width="90%" style="display: block; margin: auto;" /> --- class: middle # git <img src="../static/git.png" width="70%" style="display: block; margin: auto;" /> --- class: middle # github <img src="../static/github.png" width="90%" style="display: block; margin: auto;" /> --- class: middle # Suggested reading * Course notes: Computer Tools * Healy. Preface * Healy. Sections 2.1, 2.2: Getting started * R4DS. Chapter 1: Introduction --- class: middle, inverse # Task * Lesson 3 course notes: Setting up your computer * Videos to accompany Lesson 3 * Task 2: * Install the software, * Create github account * Complete quiz on Brightspace