Skip to content

Combining greek letters with the contents of variables

3 messages · Ingeborg Schmidt, Uwe Ligges, Gabor Grothendieck

#
I feel this becomes a frequently asked question, hence I tried Google 
and typed "R main expression greek" --- and got an answer:
https://stat.ethz.ch/pipermail/r-help/2006-July/109934.html

Uwe Ligges
Ingeborg Schmidt wrote:
#
The paste in that answer could be eliminated using ~ :

plot(1:10, main= bquote("Results for" ~ pi == .(pi)))


On Sun, Jan 4, 2009 at 11:17 AM, Uwe Ligges
<ligges at statistik.tu-dortmund.de> wrote: