gatk-3.8/analysis/depristo/distributedGATK/fileBackedGLPperformance.R

3 lines
192 B
R

#d <- read.table("../GATK/trunk/timer.dat", header=T)
require("lattice")
print(xyplot(elapsed.time + delta ~ cycle | name, data=d, scales=list(relation="free"), auto.key=T, type="b", outer=T))