Re: [R] decimal points midline

2012-08-09 Thread Jim Lemon
On 08/09/2012 04:52 AM, array chip wrote: Hi, does anyone know how to make decimal points midline when plotting? The journal to which we are going to submit a manuscript require this particular formatting, and it gives direction how to do this on PC: hold down ALT key and type 0183 on the numb

Re: [R] decimal points midline

2012-08-08 Thread array chip
Thanks Uwe, options(OutDec="\xB7") worked! From: Uwe Ligges To: John Kane roject.org> Sent: Wednesday, August 8, 2012 12:43 PM Subject: Re: [R] decimal points midline On 08.08.2012 21:22, John Kane wrote: > Can you point to an example?

Re: [R] decimal points midline

2012-08-08 Thread Uwe Ligges
On 08.08.2012 21:22, John Kane wrote: Can you point to an example? It sounds like the journal is still using typewriters. Anyway, setting options(OutDec="ALT0183") and replace ALT0183 by the keystrokes your described below or by options(OutDec="\xB7") Best, Uwe Ligges John Kane Ki

Re: [R] decimal points midline

2012-08-08 Thread John Kane
Can you point to an example? It sounds like the journal is still using typewriters. John Kane Kingston ON Canada > -Original Message- > From: arrayprof...@yahoo.com > Sent: Wed, 8 Aug 2012 11:52:27 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] decimal points midline > > Hi, do