From 9de63c6c7210dfacea93c4234af9a0c8ac956853 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sun, 15 Feb 2009 16:07:03 +0000 Subject: [PATCH] and leave column names as we don't want the off by one error again :-) --- etc/graph.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2