Re: [R] Variables and greek letters in a plot title

2012-08-16 Thread Dominik Refardt
Thanks a lot. Both plot(1:10) conc=5 title(main=bquote(.(conc)~mu*"g/ml substance")) and plot(0,0) conc <- 5 title(main=bquote(.(conc)*" "*mu*g/ml*" substance")) do exactly what I need. On Thu, Aug 16, 2012 at 1:33 PM, peter dalgaard wrote: > > On A

Re: [R] Variables and greek letters in a plot title

2012-08-16 Thread Dominik Refardt
* mu * g/m^3 * " substance")) > > Regards, > > - Jon > > On Thu, Aug 16, 2012 at 3:37 PM, Dominik Refardt > wrote: > > Hello > > > > This is a problem I encountered repeatedly and I found no answer that > made > > me really happy. I hope it is not

[R] Variables and greek letters in a plot title

2012-08-16 Thread Dominik Refardt
with greek letter mu). It is the mu that causes the problems for me. I failed using various combinations of paste, expression and bquote. I would be very grateful if someone could help me (or point me to the solution, which I might have overlooked). Thank you very much Dominik -- Dominik Refardt In