Re: [R] xyplot remove ticks from top and right

2011-09-15 Thread David Winsemius
On Sep 15, 2011, at 10:44 PM, Alex Olssen wrote: Dear R-help, I am drawing a graph using xyplot. The axis labels only appear on the left and bottom axes - I used the option xyplot(scale = list(alternating = 1)) Just read the help page: ?xyplot There is a tck argument to scales that you

[R] xyplot remove ticks from top and right

2011-09-15 Thread Alex Olssen
Dear R-help, I am drawing a graph using xyplot. The axis labels only appear on the left and bottom axes - I used the option xyplot(scale = list(alternating = 1)) However while the labels no longer appear on the top and right border of the graph the ticks do! Any help would be greatly appreciate