Mercurial > repos > davidvanzessen > plotting_merged
changeset 6:659c2fe7f9ef draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 27 Sep 2013 04:13:11 -0400 |
parents | 103006a53888 |
children | 078bdb9f41c9 |
files | RScript.r |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/RScript.r Fri Sep 27 03:17:48 2013 -0400 +++ b/RScript.r Fri Sep 27 04:13:11 2013 -0400 @@ -5,11 +5,11 @@ inFile = args[1] outFile = args[2] -install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") +#install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") library (gridExtra) -install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") +#install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") require(ggplot2) -install.packages("plyr", repos="http://cran.xl-mirror.nl/") +#install.packages("plyr", repos="http://cran.xl-mirror.nl/") require(plyr) test = read.table(inFile, sep="\t", header=TRUE)