Re: [R] Limiting number of tickmarks in lattice bwplot

2010-01-11 Thread David Winsemius
On Jan 11, 2010, at 2:42 PM, GL wrote: Have a simple bwplot with 24 ordered factors across the x axis. I would like to only label every 4th tick mark so that the labels fit. I tried scales=list(x=list(tick.number=6)), but I still seem to get 24 tickmarks and 24 labels. Full code is below

[R] Limiting number of tickmarks in lattice bwplot

2010-01-11 Thread GL
Have a simple bwplot with 24 ordered factors across the x axis. I would like to only label every 4th tick mark so that the labels fit. I tried scales=list(x=list(tick.number=6)), but I still seem to get 24 tickmarks and 24 labels. Full code is below: bwplot(SumOfIn.Use ~ Hour | Period, scales=li