Mercurial > repos > davidvanzessen > plotting_merged
comparison RScript.r @ 11:7a1b8021a191 draft
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 27 Sep 2013 04:44:52 -0400 |
parents | 2dfe83e5e33d |
children | ffcf8f90ad86 |
comparison
equal
deleted
inserted
replaced
10:2dfe83e5e33d | 11:7a1b8021a191 |
---|---|
89 #plotall | 89 #plotall |
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 plot(pV) | |
94 plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) | 95 plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)) |
95 print(plotall) | 96 print(plotall) |
96 dev.off() | 97 dev.off() |
97 | 98 |
98 | 99 |