De: Paulo Justiniano <paulojus@leg.ufpr.br>
Para: R-br Lista <r-br@listas.c3sl.ufpr.br>
Enviadas: Segunda-feira, 12 de Dezembro de 2011 11:14
Assunto: Re: [R-br] Notação
Edson
a saida em notação científica é controlada por
options(scipen)
options()$scipen vai te mostrr o defaut e voce pode alterar
da documentação em help(options)
‘scipen’: integer. A penalty to be applied when deciding to print
numeric values in fixed or exponential notation. Positive
values bias towards fixed and negative towards scientific
notation: fixed notation will be preferred unless it is more
than ‘scipen’ digits wider.
On Mon, 12 Dec 2011, Edson Lira wrote:
>
> Bom dia a todos, estou com um probleminha de notação.
>
> Tenho uma saída do R com a notação
abaixo:
??
?
>
> 1.59578362e+00 1.52990264e+00 1.31029939e+00 1.17121733e+00 1.33225972e+00 1.31761950e+00 1.52185052e+01
>
> Como mudar para a forma padrão
>
> 1.5957 1.529 ... 15.2
>
>
> []'S.
>
> Edson Lira
> Estatístico
> Manaus-Amazonas
>
>
_______________________________________________
R-br mailing list
R-br@listas.c3sl.ufpr.brhttps://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-brLeia o guia de postagem (
http://www.leg.ufpr.br/r-br-guia) e forneça código mínimo reproduzível.