I am trying to make a plot and my data looks like this:
diversity position
113 2098776
116 4598777
67 5626222
200 6423068
...
and I used this script:
qplot(position, diversity, data = FILE)
but when plot appears, in x axis I see values like 0e+00 1e+07 , but i want to convert these values begin from 0 to 60 instead.. any guide please?