I am using ggplot2 in r and have made my plot. I would however like to add some intervals, that I have in a .csv file, under my existing x-axis.
Here is an example to show what I would like to plot under my x-axis: http://www.nature.com/nprot/journal/v8/n5/images/nprot.2013.053-F3.jpg Picture "a" has intervals under the x-axis. I have a .csv file with intervals in the format:
Fraction no.; Interval
"1"; [0:2]
"2"; [2:4]
and so on, up to around 80, so I would like them added automatically. I hope it's possible so I won't have to do it manually in another program.