Re: [R] customize labels useOuterStrips lattice

2017-03-30 Thread Duncan Mackay
= list(col=c("grey", "green", "red")) ) ) ) Regards Duncan -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Duncan Mackay Sent: Friday, 31 March 2017 00:12 To: R; 'Luigi Marongiu' Subject: Re: [R] customize la

Re: [R] customize labels useOuterStrips lattice

2017-03-30 Thread Richard M. Heiberger
## I find it easiest to change the "trellis" object. ## assign the result of your useOuterStrips() call to an object name, for example myplot <- useOuterStrips( ... ) ## then names(myplot) myplot$condlevels myplot$condlevels$target <- c("much","more","interesting","names","here")

Re: [R] customize labels useOuterStrips lattice

2017-03-30 Thread Duncan Mackay
Of Luigi Marongiu Sent: Thursday, 30 March 2017 18:51 To: r-help Subject: [R] customize labels useOuterStrips lattice Dear all, I am plotting some data using lattice and the function useOuterStrips to make use of more labels. It is possible to customize the labels of useOuterStrips so I can decide what

[R] customize labels useOuterStrips lattice

2017-03-30 Thread Luigi Marongiu
Dear all, I am plotting some data using lattice and the function useOuterStrips to make use of more labels. It is possible to customize the labels of useOuterStrips so I can decide what to write in it? instead of having, let's say, A and B I could put something more descriptive. best regards luigi