Try this: options(scipen = 20) summary(a[,1])
On Wed, Jan 19, 2011 at 9:36 AM, Adel ESSAFI <adeless...@gmail.com> wrote: > Hello, > I have a file with very big values. I want to display the real values with > classic ways (without exposant) > > > summary(a[,1]); > Min. 1st Qu. Median Mean 3rd Qu. Max. > 1.198e+09 1.199e+09 1.200e+09 1.200e+09 1.201e+09 1.202e+09 > Can you help please? > Regards > Adel > > > > > > > > -- > PhD candidate in Computer Science > Address > 3 avenue lamine, cité ezzahra, Sousse 4000 > Tunisia > tel: +216 97 246 706 (+33640302046 jusqu'au 15/6) > fax: +216 71 391 166 > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.