comparison SMART/Java/Python/test/timeResults.R @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents
children
comparison
equal deleted inserted replaced
17:b0e8584489e6 18:94ab73e8a190
1 data <- read.table("timeResults.dat", header=TRUE)
2 attach(data)
3 plot(numberOfReads, time, xlab="number of reads", ylab="time used")
4 title("7 overlaps and random reference input fixed")