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 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 this issue.
>
> Cheers,
>
> Gonzalo Quiroga
> Laboratorio de Ecología Animal
> CICyTTP - CONICET
> Materi y España SN (E3105BWA)
> Diamante, Entre Ríos, Argentina.
> Tél./Fax 054 0343 4983086/87
>
>        [[alternative HTML version deleted]]
>
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac@stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
>

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to