[R] Howto Disable Scientific Numeric in X-axis for Plotting

Rolf Turner r.turner at auckland.ac.nz
Fri Apr 3 05:08:09 CEST 2009


On 3/04/2009, at 3:47 PM, Gundala Viswanath wrote:

> Dear all,
>
> I have a plot which contain the following parameter:
>
> xlim=c(-126000,500000)
>
> In the actual plot it self the x-axis appear as:
>
> -1e+05, 0e+00, 1e+05, 2e+05 ..etc...
>
> Is there a way we can disable such representation
> of x-axis to plain number:
>
> -100000, 0 , 100000, 200000, ...etc

Look at the ``scipen'' argument of options().

A perfunctory experiment indicates that options(scipen=1) should work
in your case.

	cheers,

		Rolf Turner

######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}




More information about the R-help mailing list