Hi Lana, I think it could help you (following the answer by Paulo Justiniano on last week) x<-1e+05 x as.character(x)
options(scipen=1) x<-1e+05 x as.character(x) ?options Kind regards, miltinho brazil On 6/27/08, Lana Schaffer <[EMAIL PROTECTED]> wrote: > > Hi, > I need to convert numbers to characters in order > to index an array when I encountered the number > 100000 which turned into "1e+05". > Does anyone know how to get around this problem? > > Lana Schaffer > Biostatistics/Informatics > The Scripps Research Institute > DNA Array Core Facility > La Jolla, CA 92037 > (858) 784-2263 > (858) 784-2994 > [EMAIL PROTECTED] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ [email protected] 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.

