Mercurial > repos > davidvanzessen > plotting_merged
comparison RScript.r @ 28:e920d28843b6 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 30 Sep 2013 04:19:57 -0400 |
parents | c1602a99d52f |
children | 1c25c75d863d |
comparison
equal
deleted
inserted
replaced
27:c1602a99d52f | 28:e920d28843b6 |
---|---|
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 cat(PRODFV, file=outFile, sep="\n") | 93 png(outFile,width = 1920, height = 1200) |
94 cat(PRODFD, file=outFile, append=TRUE) | 94 print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))) |
95 cat(PRODFJ, file=outFile, append=TRUE) | 95 dev.off() |
96 | |
97 #png(outFile,width = 1920, height = 1200) | |
98 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))) | |
99 #dev.off() | |
100 | 96 |
101 | 97 |