R commands: statusFile <- read.table("events10-olcf.csv", sep="^",header=TRUE) attach(statusFile) palette(rainbow(11)) counts2 <- table(description,name) barplot(counts2,col=rainbow(4),main="CEDPS Data Challenge #3: Event Summary\nSingle user transferring 125 200MB files from ALCF to OLCF\n18 May 2010, Run #10",xlab="Event Type",ylab="Count")