I have a comma separated file named foo.csv containing the following data:
foo.csv
scale, serial, spawn, for, worker 5, 0.000178, 0.000288, 0.000292, 0.0003
data <- read.table(...) plot(data$scale,data$serial)