# NOT RUN {
data = data.frame(fc.raw.file = rep(c("file A", "file B", "file C"), each=81),
RT = c(20:100),
peakWidth = c(rnorm(81, mean=20), rnorm(81, mean=10), rnorm(81, mean=30)))
plot_RTPeakWidth(data, c(10, 100), c(0, 40))
# }
Run the code above in your browser using DataLab