Re: [R] need help with plotmath and/or plotting unicode characters

2023-06-08 Thread Ivan Krylov
On Wed, 7 Jun 2023 19:14:58 -0700 Dennis Fisher wrote: > UNICODE: If I can generate "≥" via unicode, the problem is solved: > mtext(side=3, paste0("N ", UNICODE, " ", XX, ": ", YY)) It should be possible to just copy & paste "≥" in the R source code nowadays. If for some reason the script

[R] need help with plotmath and/or plotting unicode characters

2023-06-08 Thread Dennis Fisher
R 4.2.3 OS X Colleagues This should be easy -- but not for me. I want to plot text similar to this: N ≥ XX: YY where XX can be either 1 or 50 and YY is an integer I envision that there would be two solutions: UNICODE: If I can generate "≥" via unicode, the problem is solved: m