changeset 11:7a1b8021a191 draft

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