Module 11: Tufte Visuals
Module 11: Tufte Visuals ##Module 11: Tufts Visualizations ##install.packages(c("CarletonStats", "devtools", "epanetReader", "fmsb", "ggplot2", "ggthemes","latticeExtra", "MASS", "PerformanceAnalytics", "psych", "plyr")) ##nstall.packages(c("prettyR", "plotrix","proto", "RCurl", "reshape", "reshape2")) library(CarletonStats) library(devtools) library(epanetReader) library(fmsb) library(ggplot2) library(ggthemes) library(latticeExtra) library(MASS) library(PerformanceAnalytics) library(psych) library(plyr) library(prettyR) library(plotrix) library(proto) library(RCurl) library(reshape) library(reshape2) #Example R Script 1 library(devtools) source_url("https://raw.githubusercontent.com/sjmurdoch/fancyaxis/master/fancyaxis.R") x <- faithful$waiting y <- faithful$eruptions plot(x, y, mai...