diff aa_histogram.r @ 102:e6bc976760d4 draft

Uploaded
author davidvanzessen
date Tue, 21 Jun 2016 03:32:50 -0400
parents 564c4f6da203
children 603a10976e9c
line wrap: on
line diff
--- a/aa_histogram.r	Fri Jun 17 08:31:20 2016 -0400
+++ b/aa_histogram.r	Tue Jun 21 03:32:50 2016 -0400
@@ -44,8 +44,9 @@
 
 print("---------------- write/print ----------------")
 
+print("writing dat_dt") #need this
 write.table(dat_dt, paste(dirname(outfile), "/aa_histogram.txt", sep=""), sep="\t",quote=F,row.names=F,col.names=T)
-
+print("writing png") #also need this, file is haunted
 png(filename=outfile, width=1280, height=720)
 print(m)
 dev.off()