lichi shi <[EMAIL PROTECTED]> wrote:
> I want to export a numeric matrix in pure numeric format, i.e. I want
> 0.0001 to appear as "0.0001". But it seems the default setting for
> write.table is scientific notation, i.e. it will appear as "1e-04". how
> to set the number format to pure numeric?

Try:
R> options(scipen=99)
which sets a very high SCIentific notation PENalty.
-- 
                              -- David Brahm ([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

Reply via email to