changeset 7:078bdb9f41c9 draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 04:26:34 -0400
parents 659c2fe7f9ef
children 7a4bf4b23a9d
files RScript.r
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Fri Sep 27 04:13:11 2013 -0400
+++ b/RScript.r	Fri Sep 27 04:26:34 2013 -0400
@@ -91,7 +91,8 @@
 
 
 png(outFile,width = 1920, height = 1200)
-print(plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2)))
+plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))
+
 dev.off()