Skip to content
Prev 172231 / 398506 Next

Bold Face in Plot

Rau, Roland <Rau <at> demogr.mpg.de> writes:
"expression" can be mind twisting. For a probably more realistic example, 
see the following:

plot(0:1,0:1,type="n")
ss1 = paste("there was ",expression(Delta))
ss = substitute(paste("there was ",expression(Delta)))
text(x=0.3, y=0.3, labels=ss1)
text(x=0.4, y=0.4, labels=ss)


Dieter