/intro_to_ggplot2

An introduction to ggplot2

MIT LicenseMIT

intro_to_ggplot2

Learn how to visualize your data with ggplot2

Instructor: David Laing

GitHub/Twitter/LinkedIn: @davidklaing

Our virtual chatroom, for sharing code, asking questions, etc:

http://backchannelchat.com/chat/1ynme

How to get set up for this workshop on RStudio Cloud:

  1. Go to this link: https://rstudio.cloud/project/137478
  2. Create an RStudio Cloud account, if you don't already have one.

You should be all set!

How to get set up for this workshop on your local machine

Getting this document on your computer:

  1. Go to the GitHub repository here: https://github.com/davidklaing/intro_to_ggplot2
  2. Click the green button on the right that says "Clone or download".
  3. Click "Download ZIP". (If you're proficient with git, feel free to fork the repository.)
  4. Create a folder on your computer to store your work, and store your ZIP file there.
  5. Double-click your ZIP file to unzip it and get all the code.

Getting R and Rstudio

  1. Download and install R from here: http://cran.stat.sfu.ca/.
  2. Download and install RStudio Desktop (Open Source Edition) from here: https://www.rstudio.com/products/rstudio/#Desktop.