Re: [R] Printing special characters

2023-01-16 Thread Rui Barradas
Às 10:15 de 16/01/2023, Martin Maechler escreveu: Rui Barradas on Mon, 16 Jan 2023 08:46:43 + writes: > Às 08:31 de 16/01/2023, Jeff Newmiller escreveu: >> Use the Cairo PDF device? >> >> On January 16, 2023 12:18:48 AM PST, Dennis Fisher >> wrote: >>> R

Re: [R] Printing special characters

2023-01-16 Thread Martin Maechler
> Rui Barradas > on Mon, 16 Jan 2023 08:46:43 + writes: > Às 08:31 de 16/01/2023, Jeff Newmiller escreveu: >> Use the Cairo PDF device? >> >> On January 16, 2023 12:18:48 AM PST, Dennis Fisher >> wrote: >>> R 4.2.2 OS X >>> >>> Colleagues

Re: [R] Printing special characters

2023-01-16 Thread PIKAL Petr
-project.org > Subject: [R] Printing special characters > > R 4.2.2 > OS X > > Colleagues > > A file that I have read includes strings like this: > "EVENT ≥ 30 sec" > When I include the string in a graphic using: > mtex

Re: [R] Printing special characters

2023-01-16 Thread Rui Barradas
Às 08:31 de 16/01/2023, Jeff Newmiller escreveu: Use the Cairo PDF device? On January 16, 2023 12:18:48 AM PST, Dennis Fisher wrote: R 4.2.2 OS X Colleagues A file that I have read includes strings like this: "EVENT ≥ 30 sec" When I include the string in a graphic using:

Re: [R] Printing special characters

2023-01-16 Thread Eric Berger
How about just 'EVENT > 30 sec' or 'EVENT > 29 sec' ? On Mon, Jan 16, 2023 at 10:19 AM Dennis Fisher wrote: > R 4.2.2 > OS X > > Colleagues > > A file that I have read includes strings like this: > "EVENT ≥ 30 sec" > When I include the string in a graphic using: >

Re: [R] Printing special characters

2023-01-16 Thread Jeff Newmiller
Use the Cairo PDF device? On January 16, 2023 12:18:48 AM PST, Dennis Fisher wrote: >R 4.2.2 >OS X > >Colleagues > >A file that I have read includes strings like this: > "EVENT ≥ 30 sec" >When I include the string in a graphic using: > mtext(STRING, …) >it appears as: > "EVENT

[R] Printing special characters

2023-01-16 Thread Dennis Fisher
R 4.2.2 OS X Colleagues A file that I have read includes strings like this: "EVENT ≥ 30 sec" When I include the string in a graphic using: mtext(STRING, …) it appears as: "EVENT ... 30 sec" Is there a simple work-around (short of reformatting all the strings, then using