statusFile <- read.table("events12-125only.csv", sep="^",header=TRUE) attach(statusFile) palette(rainbow(12)) counts2 <- table(description,name) barplot(counts2,col=rainbow(3),main="CEDPS Data Challenge #3: Event Summary\n8 users each transferring 125 200MB files from ALCF\n28 May 2010, Run #12",xlab="Event Type",ylab="Count")