changeset 28:e920d28843b6 draft

Uploaded
author davidvanzessen
date Mon, 30 Sep 2013 04:19:57 -0400
parents c1602a99d52f
children 1c25c75d863d
files RScript.r plotting_merged.xml
diffstat 2 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Mon Sep 30 04:00:20 2013 -0400
+++ b/RScript.r	Mon Sep 30 04:19:57 2013 -0400
@@ -90,12 +90,8 @@
 #plotall
 #ggsave(outFile, dpi=125)
 
-cat(PRODFV, file=outFile, sep="\n")
-cat(PRODFD, file=outFile, append=TRUE)
-cat(PRODFJ, file=outFile, append=TRUE)
-
-#png(outFile,width = 1920, height = 1200)
-#print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)))
-#dev.off()
+png(outFile,width = 1920, height = 1200)
+print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)))
+dev.off()
 
 
--- a/plotting_merged.xml	Mon Sep 30 04:00:20 2013 -0400
+++ b/plotting_merged.xml	Mon Sep 30 04:19:57 2013 -0400
@@ -7,7 +7,7 @@
 		<param name="in_file" format="tabular" type="data" label="Data to Process" />
 	</inputs>
 	<outputs>
-		<data format="txt" name="out_file" />
+		<data format="png" name="out_file" />
 	</outputs>
 	<requirements>
 		<requirement type="package" version="2.15.1">R</requirement>