diff SMART/Java/Python/test/timeResults.R @ 31:0ab839023fe4

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SMART/Java/Python/test/timeResults.R	Tue Apr 30 14:33:21 2013 -0400
@@ -0,0 +1,4 @@
+data <- read.table("timeResults.dat", header=TRUE)
+attach(data)
+plot(numberOfReads, time, xlab="number of reads", ylab="time used")
+title("7 overlaps and random reference input fixed")