Mercurial > repos > davidvanzessen > plotting_merged
changeset 5:103006a53888 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 27 Sep 2013 03:17:48 -0400 |
parents | a9dd528555bb |
children | 659c2fe7f9ef |
files | RScript.r |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/RScript.r Thu Sep 26 08:55:07 2013 -0400 +++ b/RScript.r Fri Sep 27 03:17:48 2013 -0400 @@ -5,17 +5,11 @@ inFile = args[1] outFile = args[2] -if (!require("gridExtra")) { install.packages("gridExtra", repos="http://cran.xl-mirror.nl/") -} library (gridExtra) -if (!require("ggplot2")) { install.packages("ggplot2", repos="http://cran.xl-mirror.nl/") -} require(ggplot2) -if (!require("plyr")) { -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)