I have a data set which describes the start, maximum and end of a vegetation season as day of year over 18 years like this:
Year   Day of Green  Var Green  Day Max  Day Senesc  Var Senesc  Veg Length
2000   111           4          137      253         11          142
2001   115           5          158      252         19          137
2002   110           4          136      263         10          153
2003   112           3          143      271         16          159
2004   105           4          142      279         13          174
2005   106           5          156      278         11          172
Now I want a plot, which shows the years as xaxis and a yaxis with Day of Year(DOY). So I can pinpoint days of greening, maximum greening and browning (senescence).
Thank you for your ideas.
 
    

 
    
