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 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
2 matches
Mail list logo