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

______________________________________________
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.

Reply via email to