Hi,
I am sure there is a reason but ...... why larger decimal numbers get rounded
to the nearest integer?
Example:
a <- 3308000.5
a
[1] 3308001
I would like my numbers to be decimals .... since they do represent coordinates
and i don't want them rounded .... how can i keep them as they are?
Thanks,
Monica
_________________________________________________________________
e=wlmailtagline
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.