Skip to content

Instantly share code, notes, and snippets.

@seaslee
Last active December 24, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seaslee/6773147 to your computer and use it in GitHub Desktop.
Save seaslee/6773147 to your computer and use it in GitHub Desktop.
R resources
####入门
1. [John Cook写的不错的关于R语言的一个基本介绍](http://www.johndcook.com/R_language_for_programmers.html)
2. [R 官方的入门手册](http://www.r-project.org/)
3. [电子书“The R Inferno”]
####ggplot
1. [Edwen Chen写的一个不错的入门,很简单的qplot的用法]http://blog.echen.me/2012/01/17/quick-introduction-to-ggplot2/)
2. [ggplot2的文档](http://docs.ggplot2.org/current/)
####规范
1. [Google's R Style Guide](http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml#filenames)
2. [另一个简洁的R编码规范,ggplot2的作者](http://stat405.had.co.nz/r-style.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment