Skip to content
Prev 393718 / 398506 Next

Plotmath isn't working for special characters

plot(1,1, main=quote(x>=y))
produces the symbol for me.
plot(1,1, main=parse(text="x>=y"))
also produces the symbol.

 setting  value
 version  R version 4.2.2 Patched (2022-11-10 r83330)
 os       Ubuntu 22.04.1 LTS
 system   x86_64, linux-gnu
 ui       X11
 language en_NZ:en
 collate  en_NZ.iso88591
 ctype    en_NZ.iso88591
 tz       Pacific/Auckland
 date     2023-01-25
 pandoc   2.9.2.1 @ /usr/bin/pandoc

- Packages
-------------------------------------------------------------------
 package     * version date (UTC) lib source
 cli           3.4.1   2022-09-23 [1] CRAN (R 4.2.2)
 sessioninfo   1.2.2   2021-12-06 [1] CRAN (R 4.2.2)

 [1] /home/ok/R/x86_64-pc-linux-gnu-library/4.2
 [2] /usr/local/lib/R/site-library
 [3] /usr/lib/R/site-library
 [4] /usr/lib/R/library
On Wed, 25 Jan 2023 at 12:34, Bert Gunter <bgunter.4567 at gmail.com> wrote: