Possible Duplicate:
R seems to multiply my data by -1
I have a simple csv file. Looks like this
x y 1 2 1 3 2 1 2 3
I created it in MS Excel, saved as csv etc.
I read it using this command
ttest<--read.csv("ttest.csv", header = TRUE)
The resulting data looks like this
x y -1 -2 -1 -3 -2 -1 -2 -3
I've opened the original csv file in a text editor and it looks like it should