Mercurial > repos > davidvanzessen > plotting_merged
comparison RScript.r @ 10:2dfe83e5e33d draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 27 Sep 2013 04:41:39 -0400 |
parents | 70459deddcfa |
children | 7a1b8021a191 |
comparison
equal
deleted
inserted
replaced
9:70459deddcfa | 10:2dfe83e5e33d |
---|---|
90 #ggsave(outFile, dpi=125) | 90 #ggsave(outFile, dpi=125) |
91 | 91 |
92 | 92 |
93 png(outFile,width = 1920, height = 1200) | 93 png(outFile,width = 1920, height = 1200) |
94 plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) | 94 plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) |
95 plotall | 95 print(plotall) |
96 dev.off() | 96 dev.off() |
97 | 97 |
98 | 98 |