# HG changeset patch
# User davidvanzessen
# Date 1380529197 14400
# Node ID e920d28843b6709aae841f1dc1ed48cad22a89da
# Parent c1602a99d52f0b085553b1b5a8ae64ded30029d6
Uploaded
diff -r c1602a99d52f -r e920d28843b6 RScript.r
--- 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()
diff -r c1602a99d52f -r e920d28843b6 plotting_merged.xml
--- 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 @@
-
+
R