Re: [R] lattice dotplot: line height for multi-line labels

2009-08-07 Thread Deepayan Sarkar
On 8/7/09, boris.vasil...@forces.gc.ca wrote: > Dear R-users, > > I am looking for suggestions on how to control the line-height for > multi-line labels in lattice dotplot. > > In particular, in the dotplot produced by > > library(lattice) > aa <- c('A'=10,'B\nb'=20,'C'=30) > dotplot(aa) > >

[R] lattice dotplot: line height for multi-line labels

2009-08-07 Thread Boris.Vasiliev
Dear R-users, I am looking for suggestions on how to control the line-height for multi-line labels in lattice dotplot. In particular, in the dotplot produced by library(lattice) aa <- c('A'=10,'B\nb'=20,'C'=30) dotplot(aa) I would like to control the vertical separation between 'B' and 'b' in t