Mercurial > repos > davidvanzessen > plotting_merged
comparison RScript.r @ 19:28cfca2e415d draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 30 Sep 2013 03:20:44 -0400 |
parents | 705b77be17cf |
children | 4d545fb017c7 |
comparison
equal
deleted
inserted
replaced
18:705b77be17cf | 19:28cfca2e415d |
---|---|
89 | 89 |
90 #plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) | 90 #plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) |
91 #plotall | 91 #plotall |
92 #ggsave(outFile, dpi=125) | 92 #ggsave(outFile, dpi=125) |
93 | 93 |
94 #sink(outFile, append=FALSE, split=FALSE) | 94 sink(outFile, append=FALSE, split=FALSE) |
95 #merged | 95 merged |
96 #unlink(outFile) | 96 unlink(outFile) |
97 | 97 |
98 png(outFile,width = 1920, height = 1200) | 98 #png(outFile,width = 1920, height = 1200) |
99 print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))) | 99 #print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))) |
100 dev.off() | 100 #dev.off() |
101 | 101 |
102 | 102 |