gggplot2 examples
- Clone this repo to your computer. Two ways to do this.
- Copy the URL. Open GitHub Desktop. Go to File > Clone Repository. Click on URL tab. Paste URL in. Then Open R Studio, Click the R-cube in top right and select New Project > Existing Directory.
- If you have R Studio set up to use Git. Open R Studio, Click the R-cube in top right and select New Project > From Version Control. Paste the URL.
- install ggplot2 and gridExtra.
install.packages("ggplot2")
install.packages("gridExtra")
- Open
week5-ggplot.Rmd