Re: [R] Catenating strings involving plotmath symbols.

2012-05-18 Thread Rolf Turner
On 19/05/12 16:31, baptiste auguie wrote: Try this, bquote(.(L1) * .(L2)) HTH, b. Yep! That works! Yew Bewdy!!! Thanks very much. cheers, Rolf On 19 May 2012 16:17, Rolf Turner wrote: In the context in which I am actually working it is necessary for me to build parts o

Re: [R] Catenating strings involving plotmath symbols.

2012-05-18 Thread baptiste auguie
Try this, bquote(.(L1) * .(L2)) HTH, b. On 19 May 2012 16:17, Rolf Turner wrote: > > In the context in which I am actually working it is necessary for > me to build parts of a text string to place on a plot in two separate > stages. > > The following toy example illustrates what I am trying to

[R] Catenating strings involving plotmath symbols.

2012-05-18 Thread Rolf Turner
In the context in which I am actually working it is necessary for me to build parts of a text string to place on a plot in two separate stages. The following toy example illustrates what I am trying to do: L1 <- substitute(list(paste("Bias in ", gamma,", "))) L2 <- substitute(list(beta==b0),lis