[R] Lattice: par.ylab.text alpha ?
Deepayan Sarkar
deepayan.sarkar at gmail.com
Thu Nov 1 19:58:56 CET 2007
On 11/1/07, Folkes, Michael <FolkesM at pac.dfo-mpo.gc.ca> wrote:
> Thanks Deepayan. I now see the meaning of "layout.widths".
> I appreciate the reminder on alternating - it's been a while since I've
> used it. However I don't think I'm out of the woods yet. This doesn't
> seem to give me the flexibility of showing labels for just 1 axis, say
> the left y-axis only?
Is something like this what you want?
xyplot(1 ~ 1,
scales = list(x = list(draw = FALSE),
y = list(alternating = 1, tck = c(1, 0))))
-Deepayan
More information about the R-help
mailing list