Re: [R] Using plotmath expressions in lattice key text

2007-11-16 Thread Bert Gunter
: [R] Using plotmath expressions in lattice key text On Nov 15, 2007 7:12 PM, Bert Gunter <[EMAIL PROTECTED]> wrote: > > Folks: > > delta <- 1:5 > > I would like to put 5 separate lines of text of the form "10 %+-% delta[i]" > into a lattice key legend, where &

Re: [R] Using plotmath expressions in lattice key text

2007-11-15 Thread Deepayan Sarkar
On Nov 15, 2007 7:12 PM, Bert Gunter <[EMAIL PROTECTED]> wrote: > > Folks: > > delta <- 1:5 > > I would like to put 5 separate lines of text of the form "10 %+-% delta[i]" > into a lattice key legend, where ""%+-%" is the plotmath plus/minus symbol > and delta[i] is the ith value of delta. > > The

Re: [R] Using plotmath expressions in lattice key text

2007-11-15 Thread Sundar Dorai-Raj
Bert Gunter said the following on 11/15/2007 1:12 PM: > Folks: > > delta <- 1:5 > > I would like to put 5 separate lines of text of the form "10 %+-% delta[i]" > into a lattice key legend, where ""%+-%" is the plotmath plus/minus symbol > and delta[i] is the ith value of delta. > > The construct