Skip to content
Prev 348 / 15274 Next

Its function and yahoo

On 4 May 2005 at 10:01, Achim Zeileis wrote:
| On Tue, 3 May 2005 22:16:37 -0400 Jonathan Q. wrote:
| > Hoow would I 
| > a) have the date appear in years or months etc 
| 
| Look at ?aggregate.zoo and look into the archives of this mailing list.

I think what Jonathan asked for her was something like

	> plot(z, xaxt="n")
	> axis.Date(1, index(z), format="%b-%Y")

which also gets discussed now and then on the lists. So RTFM + RTFL apply.

Cheers, Dirk