Hi all,
I've got R for windows 2.3.1
I'm trying to modify my lattice histograms.
The following does reset the y-label to blue, but I cannot turn off the label 
(alpha=0), nor shift label position (I'm assuming that is what lineheight is 
for).  Is 'lineheight' the equivalent of 'line' in mtext?
Am I erring somehow?
Thanks!

trellis.par.set(list(par.ylab.text=list(col='blue')))  #<- works
trellis.par.set(list(par.ylab.text=list(alpha=0)))  #<-no change, i.e. label 
still there
trellis.par.set(list(par.ylab.text=list(lineheight=3)))  #<- label not moved

I assume I'm interpreting alpha correctly as this gets rid of axes:
trellis.par.set(list(axis.line=list(alpha=0)))


_______________________________________________________
Michael Folkes
Salmon Stock Assessment
Canadian Dept. of Fisheries & Oceans     
Pacific Biological Station
3190 Hammond Bay Rd.
Nanaimo, B.C., Canada
V9T-6N7
Ph (250) 756-7264 Fax (250) 756-7053  [EMAIL PROTECTED]


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to