[R] Separation between tick marks and tick labels in lattice
Deepayan Sarkar
deepayan at stat.wisc.edu
Tue Sep 14 21:12:15 CEST 2004
On Tuesday 14 September 2004 11:44, Waichler, Scott R wrote:
> I can't find a way to control the distance between tick marks and tick
> labels
> in lattice. In a stripplot I'm making these components are too close.
> I don't
> see anything like base graphics mgp in the scales list.
There's none in the released version. There is a way in the r-devel version
version, not via scales, but by the settings, e.g. something like
trellis.par.set(axis.components = list(left = list(pad1 = 3)))
Deepayan
More information about the R-help
mailing list