comparison RScript.r @ 25:10522dec2d35 draft

Uploaded
author davidvanzessen
date Mon, 30 Sep 2013 03:44:58 -0400
parents 41ac5d41cbe3
children c1602a99d52f
comparison
equal deleted inserted replaced
24:41ac5d41cbe3 25:10522dec2d35
89 #plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) 89 #plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))
90 #plotall 90 #plotall
91 #ggsave(outFile, dpi=125) 91 #ggsave(outFile, dpi=125)
92 92
93 sink(outFile, append=TRUE, split=FALSE) 93 sink(outFile, append=TRUE, split=FALSE)
94 PRODFV 94 cat(PRODFV)
95 PRODFD 95 cat(PRODFD)
96 PRODFJ 96 cat(PRODFJ)
97 unlink(outFile) 97 sink()
98 98
99 #png(outFile,width = 1920, height = 1200) 99 #png(outFile,width = 1920, height = 1200)
100 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))) 100 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)))
101 #dev.off() 101 #dev.off()
102 102