changeset 25:10522dec2d35 draft

Uploaded
author davidvanzessen
date Mon, 30 Sep 2013 03:44:58 -0400
parents 41ac5d41cbe3
children f63adbd10a63
files RScript.r
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Mon Sep 30 03:41:11 2013 -0400
+++ b/RScript.r	Mon Sep 30 03:44:58 2013 -0400
@@ -91,10 +91,10 @@
 #ggsave(outFile, dpi=125)
 
 sink(outFile, append=TRUE, split=FALSE)
-PRODFV
-PRODFD
-PRODFJ
-unlink(outFile)
+cat(PRODFV)
+cat(PRODFD)
+cat(PRODFJ)
+sink()
 
 #png(outFile,width = 1920, height = 1200)
 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)))