Re: [R] plotting a timeline

2010-11-22 Thread Peter Ehlers
On 2010-11-20 14:26, Marcin Gomulka wrote: I was trying to recreate this kind of timeline plot: http://www.vertex42.com/ExcelArticles/create-a-timeline.html As you can see in their excel example, the events are nicely placed out on both sides of the timeline axis. AFAIK there is no function to

Re: [R] plotting a timeline

2010-11-22 Thread Łukasz Ręcławowicz
2010/11/20 Marcin Gomulka > I'd rather do this with a dedicated > package function ( like axis() ). Probably you have to write your own function, or tune up manually plot. plot(the_data$eventtime, abs(the_data$impact), type="h", frame.plot=FALSE, axes = FALSE, xlab="",ylab="", col="grey",lwd=