On 2010-11-27 02:15, Ron Michael wrote:
Hi all, can somebody help me on my little problem? I want to print a number say
"10^10" is numerical format not in scientific notation. I ttied following:
options(scipen = 1)
print(10^10, 10)
[1] 1e+10
I am not getting my desired output in simple numerical format. How can I get
that?
You'll need a greater penalty; see ?options.
Peter Ehlers
Thanks in advance.
[[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.