Hi Gonzalo,
Take a look at the OutDec parameter in ?options
> options(OutDec = ',')
> 3/4
[1] 0,75
> pi/2
[1] 1,570796
> options(OutDec = '.')
> pi/2
[1] 1.570796
> 3/4
[1] 0.75
HTH,
Jorge
On Thu, Oct 28, 2010 at 8:55 AM, Biol. Gonzalo Quiroga <> wrote:
> Hello friends from SIG- Mac,
>
> I've
Hello friends from SIG- Mac,
I've an unsolved issue, I would like to change the decimal separator from
"." to "," and I don't know how to do this either in via terminal or R.app.
I know that has something to do with Locale files but in the R for Mac FAQs
there is no extended explanation regarding