http://blog.revolutionanalytics.com/2014/05/companies-using-r-in-2014.html
“R offers a breadth and depth in statistical computing beyond what is available in commercial closed source products. Yet R remains, primarily, a programming language for the highly skilled statistician, and out of the reach of many.”
Williams, G. J. (2009). Rattle: A Data Mining GUI for R. The R Journal, 1/2, 45-55.
http://www.nytimes.com/interactive/2016/11/08/us/politics/election-exit-polls.html
http://flowingdata.com/2015/12/15/a-day-in-the-life-of-americans
install.packages('swirl')
library(swirl)
swirl()
Wickham, H. (2014). Tidy Data. Journal of Statistical Software, 59(10). Retrieved from http://www.jstatsoft.org/v59/i10
Tidy data is a standard way of mapping the meaning of a dataset to its structure.
A dataset is messy or tidy depending on how rows, columns and tables are matched up with observations, variables and types.
In tidy data:
"examples-tidyverse.R"
"exercises.R"
https://ikashnitsky.github.io/2017/data-acquisition-one//hmdexp
ggplot2
http://qz.com/316906/the-dude-map-how-american-men-refer-to-their-bros
https://www.r-bloggers.com/pisa-2015-how-to-readprocessplot-the-data-with-r
base
lattice
ggplot2
base
plotting systembase
knows how to plot an objectggplot2
has the autoplot
functionggplot2
failed for meggplot2
special?“gg” means “Grammar of graphics”
ggplot2
, the first place to go isggplot2
showexamples-ggplot2.R
”