changeset 10:2dfe83e5e33d draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 04:41:39 -0400
parents 70459deddcfa
children 7a1b8021a191
files RScript.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Fri Sep 27 04:36:14 2013 -0400
+++ b/RScript.r	Fri Sep 27 04:41:39 2013 -0400
@@ -92,7 +92,7 @@
 
 png(outFile,width = 1920, height = 1200)
 plotall = grid.arrange(pV, arrangeGrob(pD, pJ, ncol=2), ncol=1, widths=c(1,1.2))
-plotall
+print(plotall)
 dev.off()