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

Gabor Grothendieck ggrothendieck at gmail.com
Sat Jul 30 04:53:57 CEST 2005


Numbers, not in characters strings do not come out bold:

plot(1:5, type = "n")
text(x=3,y=3, quote(bold(paste("a"==a ~~ "0.5" == 0.5))))


On 7/25/05, Wladimir Eremeev <wl at eimb.ru> wrote:
> Dear Thomas,
> 
> TL> In case 1 you have the string "0.5", in case 2 you have the number 0.5.
> TL>    text(x=2,y=2, quote(bold("0.5"==0.5)))
> TL> shows what is happening.
> 
> I know about the different types in the cases.
> That is, 'bold' affects only on text strings.
> Am I right?
> 
> ---
> Best regards,
> Wladimir                mailto:wl at eimb.ru
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list