[R] Scatterplot

David Winsemius dwinsemius at comcast.net
Mon Mar 16 21:53:19 CET 2009


options(scipen=10)


On Mar 16, 2009, at 12:34 PM, Shreyasee wrote:

> Hello,
>
> I am having a dataset in which the values range from 0 - 700000.
> When I tried to plot a scatterplot using following command
>
> plot(x,y)
>
> I got the plot where the x-axis and y-axis were displayed as 0e+00,  
> 1e+05,
> 2e+05, .......
>
> I saw the dataset, but there is no erroneous value.
> Can anybody guide me on this?

It's not an error, its scientific notation.

>
>
> Thanks,
> Shreyasee
>
> 	[[alternative HTML version deleted]]le code.

David Winsemius, MD
Heritage Laboratories
West Hartford, CT




More information about the R-help mailing list