X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=etc%2Fgraph.R;h=8f6cd241584731a7397ed41163498485850e9465;hb=f822d54ed84534e43736b3ed0426d7ea5f8127ed;hp=e844c37f8450bb75752f3f730e1ef44e5fb39be9;hpb=977784b81fdaff09471533199af4d11fd47479f1;p=wannabuild.git diff --git a/etc/graph.R b/etc/graph.R index e844c37..8f6cd24 100644 --- a/etc/graph.R +++ b/etc/graph.R @@ -11,7 +11,7 @@ readdata <- function (file,start) { "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,t[3]/t[4]*100, t[27]/t[28]*100,t[5]/t[6]*100,t[9]/t[10]*100,t[11]/t[12]*100, - t[13]/t[14]*100,t[15]/t[16]*100,t[17]/t[18]*100,t[19]/t[20]*100, + t[15]/t[16]*100,t[17]/t[18]*100,t[19]/t[20]*100, t[21]/t[22]*100,t[25]/t[26]*100)),c(2001,start),frequency=365.25) }