MSCI 718 : R programming CheatSheet

Base graphics


This is cheat sheet is for the grad students who are taking MSCI 718 course and are using R language in this course.

ggplot2 is a data visualization package for the statistical programming language R. Created by Hadley Wickham in 2005, ggplot2 is an implementation of Leland Wilkinson's Grammar of Graphics—a general scheme for data visualization which breaks up graphs into semantic components such as scales and layers. ggplot2 can serve as a replacement for the base graphics in R and contains a number of defaults for web and print display of common scales. Since 2005, ggplot2 has grown in use to become one of the most popular R packages.


Downlaod the R programming graph cheat sheet



Related Post

Previous
« Prev Post