I tried Denis' option but didn't worked and in fact I think it is not what you asked for.
I tried using geom_ribbon() but unfortunately you cant change the color of a part of the ribbon. One solution would be to plot two ribbons (which I tried but failed, Rplot01.png), the other is plotting segments with geom_segment() (see Rplot.png) which is not exactly what you want but at least is accurate.
good luck
qplot is a "quick plot" version of ggplot by the way.
@ All, I do appreciate your time and valuable inputs.
@Mitchel, Thanks for the first tip on my query.
@Jochen, a straightforward direction
I've drawn the graph with your directions in a right way (attached).
@ Denis,
I tried your way, but didn't worked for me (may I missed something). Any way, appreciate your effort.
It made me encouraged to read that ggplot2 package.
@ Derek,
I did the Jochen`s command, successfully, Very straight commands (That was I want). I've spent a lot of time to do the Denis`s solution. I thought I had made a mistake somewhere.
Your proposed method was also interesting (especially the 2nd graph). Another way to visualization of the results!
I have to make some changes in your command to finalize the graph.
It was a valuable experience, AT LEAST FOR ME.
+ I have learned that the input data can be called from Excel (what I did not know).
in your last post you calculate "data$y2" and "Year", but for plotting you use only data$y2. There is no need to calculate both. You need to calculate just the one you use for plotting (since you used "data$y2" you can omit the calculation of "Year"):