Re: [R] Lattice: don't draw unlabled tick marks

2008-10-02 Thread Philipp Pagel
On Wed, Oct 01, 2008 at 01:19:04PM +, Dieter Menne wrote: > > I also would like to get rid of the unlabeled tick marks (top and > > right). How can I do that? > > > > Reminds me of a problem with a journal editor... See parameter tck under > scales > in xyplot documentation. Thanks! Aparent

Re: [R] Lattice: don't draw unlabled tick marks

2008-10-01 Thread Dieter Menne
Philipp Pagel wzw.tum.de> writes: > If I only want axis labels on the left and bottom I can set > alternating=F like in the following example: > > Depth <- equal.count(quakes$depth, number=8, overlap=.1) > xyplot(lat ~ long | Depth, data = quakes, scales=list(alternating=F) > > I also would l

[R] Lattice: don't draw unlabled tick marks

2008-10-01 Thread Philipp Pagel
If I only want axis labels on the left and bottom I can set alternating=F like in the following example: Depth <- equal.count(quakes$depth, number=8, overlap=.1) xyplot(lat ~ long | Depth, data = quakes, scales=list(alternating=F) I also would like to get rid of the unlabeled tick marks (top a