Re: [R] barplot with chopped bars

2009-09-22 Thread Lars Skjærven
Yes.. I got it working for dates. I don't want dates though. :) so I figured out I could just use timeformat %Y.. except that it freaks out when I go over year . bah... so... any tips for what way to go for modifying this? I find it hard to believe that no one before me had this problem.. mayb

Re: [R] barplot with chopped bars

2009-09-22 Thread Jim Lemon
On 09/23/2009 09:24 AM, Lars Skjærven wrote: Great. Thanks for a quick reply. That will work I guess. Although, can I use float values instead of dates? so that the "gantt.info" starts and end values are floats instead of dates? or will I have to work around this ? Hi Lars, Try this for time

Re: [R] barplot with chopped bars

2009-09-22 Thread Lars Skjærven
Great. Thanks for a quick reply. That will work I guess. Although, can I use float values instead of dates? so that the "gantt.info" starts and end values are floats instead of dates? or will I have to work around this ? Thanks again, Lars On Tue, Sep 22, 2009 at 2:42 PM, David Winsemius wrote: >

Re: [R] barplot with chopped bars

2009-09-22 Thread David Winsemius
I think you might be looking for a Gantt chart: http://finzi.psych.upenn.edu/R/library/plotrix/html/gantt.chart.html On Sep 22, 2009, at 5:14 PM, Lars Skjærven wrote: Dear R users, I want to make a barplot with bars that can be non-continuous. An example will be the presence and absence of s

Re: [R] barplot with chopped bars

2009-09-22 Thread Jim Lemon
On 09/23/2009 07:14 AM, Lars Skjærven wrote: Dear R users, I want to make a barplot with bars that can be non-continuous. An example will be the presence and absence of some events over time, e.g. a bunch of people that are either in the office or not in the office, for some period of time. I wan