Mercurial > repos > davidvanzessen > plotting_merged
diff RScript.r @ 23:294cb9f3563d draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 30 Sep 2013 03:36:00 -0400 |
parents | 4d545fb017c7 |
children | 41ac5d41cbe3 |
line wrap: on
line diff
--- a/RScript.r Mon Sep 30 03:34:25 2013 -0400 +++ b/RScript.r Mon Sep 30 03:36:00 2013 -0400 @@ -6,11 +6,11 @@ outFile = args[2] #install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") -#library (gridExtra) +library (gridExtra) #install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") -#require(ggplot2) +require(ggplot2) #install.packages("plyr", repos="http://cran.xl-mirror.nl/") -#require(plyr) +require(plyr) test = read.table(inFile, sep="\t", header=TRUE)