Skip to content
Prev 393723 / 398503 Next

Plotmath isn't working for special characters

?s 21:53 de 24/01/2023, Spencer Graves escreveu:
Hello,

I can reproduce the problem in RGui, R 4.2.2 on Windows 11.
Any of the following solved it.


plot(1,1, main=bquote(x~"\u2265"~y))
plot(1,1, main=expression(x~"\u2265"~y))


Hope this helps,

Rui Barradas