Re: [R] plotting a timeline

2010-11-22 Thread Łukasz Ręcławowicz
2010/11/20 Marcin Gomulka mrgo...@gmail.com 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=,

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

[R] plotting a timeline

2010-11-20 Thread Marcin Gomulka
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 do this nicely in R-project. Furthermore,