[R] Don't understand plotmath behaviour (bug?)

Wladimir Eremeev wl at eimb.ru
Mon Jul 25 22:11:24 CEST 2005


Hello, all

 Please, consider the following pieces of code.

 1.
 v<-0.5
 text(x=2,y=2,eval(substitute(expression(bold(S==V)),list(V=formatC(v,format="f",digits=2)))))

 This plots "S=0.5" in bold. Both "S" and "0.5" are bold.

 2.
 v<-0.5
 text(x=2,y=2,eval(substitute(expression(bold(S==V)),list(V=round(v,2)))))

 Here, only "S" is bold, 0.5 is usual, non-bold.

 Why?

 Thank you very much for attention and explanations.
 
---
Best regards,
Wladimir                mailto:wl at eimb.ru




More information about the R-help mailing list