Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

rladies/losangeles_20170416_ggplot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ggplot2 April RLadies meetup

Data + Code for ggplot2 workshop at the RLadies L.A. Meetup @ UCLA on Sunday, April 16th 2017

What is ggplot2?

Why ggplot2?

  • ggplot2 provides an organizing philosophy for building graphs – a structured approach to graphing
  • “The emphasis in ggplot2 is reducing the amount of thinking time by making it easier to go from the plot in your brain to the plot on the page.” (Wickham, 2012)

How to use these files

  • You can clone or download this repository by clicking on the green button above, "Clone or download." The code and files are in "ggplot2_Rladies"
  • The Jupyter notebook (.ipynb extension) is a short tutorial and can be accessed online by clicking the link
  • I recommend opening the .r code in RStudio and running the code while following along in the notebook

Questions?

Additional resources