From: Luk Claes Date: Sun, 15 Feb 2009 16:07:03 +0000 (+0000) Subject: and leave column names as we don't want the off by one error again :-) X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=9de63c6c7210dfacea93c4234af9a0c8ac956853 and leave column names as we don't want the off by one error again :-) --- diff --git a/etc/graph.R b/etc/graph.R index e7c1ab6..d4fe3a3 100644 --- a/etc/graph.R +++ b/etc/graph.R @@ -6,7 +6,7 @@ palette(c("black", "turquoise", "red", "OrangeRed", "green3", "cyan", "magenta", readdata <- function (file,start) { t <- read.table(file,row.names=1,header=FALSE, - sep=",",col.names=c("date","alpha","at","hppa","ht","hurd-i386", + sep=",",col.names=c("date","alpha","at","arm","art","hppa","ht","hurd-i386", "hit","i386","it","ia64","i6t","m68k","mt","mips","mit","mipsel","mipt", "powerpc","pt","s390","st","amd64","amdt","sparc","spt","armel","aret")) ts(as.matrix(data.frame(t[1]/t[2]*100,t[23]/t[24]*100,