comparison RScript.r @ 27:c1602a99d52f draft

Uploaded
author davidvanzessen
date Mon, 30 Sep 2013 04:00:20 -0400
parents 10522dec2d35
children e920d28843b6
comparison
equal deleted inserted replaced
26:f63adbd10a63 27:c1602a99d52f
88 88
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 cat(PRODFV, file=outFile, sep="\n")
94 cat(PRODFV) 94 cat(PRODFD, file=outFile, append=TRUE)
95 cat(PRODFD) 95 cat(PRODFJ, file=outFile, append=TRUE)
96 cat(PRODFJ)
97 sink()
98 96
99 #png(outFile,width = 1920, height = 1200) 97 #png(outFile,width = 1920, height = 1200)
100 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))) 98 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)))
101 #dev.off() 99 #dev.off()
102 100