I am new to R script and need help with plotting the data. My data looks like this
run1Seek run2Seek run3Seek
1 12 23 28
2 10 27 0
3 23 19 0
4 22 24 0
5 21 26 0
6 11 26 0
I need to plot the ID value on x axis and run1Seek, run2Seek, run3Seek values on y axis. Something like this in the below image: