| To: | Sam Kamau <skamau@acc.or.ke>, s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | Re: Keeping X axis labeling as dates |
| From: | "Richard M. Heiberger" <rmh@temple.edu> |
| Date: | Tue, 24 Aug 2004 00:35:50 -0400 |
tt <- timeSeq("1/1/1992", "1/10/1992")
y <- rnorm(10)
xyplot(y ~ as.numeric(tt),
xlab="date",
scale=list(x=list(
cex=.7,
at=as.numeric(tt),
labels=as.character(tt))))
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | S-PLUS Essentials 6 - 9 September 2004, Karen Richardson |
|---|---|
| Next by Date: | Re: How to drop null elements of a list? Summary, Patrick Joseph |
| Previous by Thread: | S-PLUS Essentials 6 - 9 September 2004, Karen Richardson |
| Next by Thread: | Re: How to drop null elements of a list? Summary, Patrick Joseph |
| Indexes: | [Date] [Thread] [Top] [All Lists] |