[R] hist of dates

2005-10-18 Thread [EMAIL PROTECTED]
Hi all I wish to draw an histogram... with dates but the following append, i don't know where is the problem, help(hist.Date) works and i don't see any usefull information on what i'm doing wrong... hist.Date(dt_cycles) Error: couldn't find function hist.Date hist.date(dt_cycles) Error:

Re: [R] hist of dates

2005-10-18 Thread Berton Gunter
] Sent: Tuesday, October 18, 2005 8:37 AM To: r-help Subject: [R] hist of dates Hi all I wish to draw an histogram... with dates but the following append, i don't know where is the problem, help(hist.Date) works and i don't see any usefull information on what i'm doing wrong

Re: [R] hist of dates

2005-10-18 Thread Prof Brian Ripley
Pleae see ?hist.Date for how to use it, as you usage is nothing like the examples there. However, I suspect you do not want a histogram but a barplot, as in with(dt_cycles, barplot(cycles, names=as.character(dates_releves))) (You may want to adjust the font size or date format. On Tue, 18