Skip to content

Instantly share code, notes, and snippets.

@billinkc
Created March 5, 2014 15:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billinkc/9369827 to your computer and use it in GitHub Desktop.
Save billinkc/9369827 to your computer and use it in GitHub Desktop.
R notes
Get it
http://www.rstudio.com/ide/download/desktop
http://en.wikipedia.org/wiki/R_(programming_language)
In R, the widely preferred assignment operator is an arrow made from two characters "<-", although "=" can be used instead.
Set up
install.packages('ggplot2')
install.packages('RSocrata')
Lurning
http://www.r-tutor.com/r-introduction/data-frame
http://www.datasciencecentral.com/profiles/blogs/one-page-r-a-survival-guide-to-data-science-with-r
Demos
http://digital.cityofchicago.org/index.php/rsocrata/
http://climateecology.wordpress.com/2014/02/10/a-side-by-side-example-of-r-and-python/
http://spatial.ly/2011/08/improved-tree-maps-with-r/
http://spatial.ly/category/r-spatial-data-hints/
http://gastonsanchez.com/blog/how-to/2012/10/03/Dendrograms.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment