An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090317/53414214/attachment-0002.pl>
Scatterplot
3 messages · David Winsemius, Shreyasee
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
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090317/8be0bf7a/attachment-0002.pl>