[R-br] Notação

Paulo Justiniano paulojus em leg.ufpr.br
Segunda Dezembro 12 13:14:30 BRST 2011


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
> 
>


Mais detalhes sobre a lista de discussão R-br