1.
ggplot2: An implementation of the Grammar of Graphics
http://xccds1977.blogspot.com/2012/01/ggplot2.html
http://ygc.name/2014/05/11/use-ggplot2/
http://cos.name/2014/08/r-maps-for-china/#more-10181
http://ggplot2.org/
http://cran.r-project.org/web/packages/ggplot2/ggplot2.pdf
http://cran.r-project.org/web/packages/ggplot2/index.html
2.
knitr是R语言中一个用来动态生成报告的包,用户可以在报告中嵌入数据分析的源代码,通过knitr编译直接生成一份报告,而无需复制粘贴结果,所有结果由knitr执行源代码动态生成