Displaying 1 result from an estimated 1 matches for "3x10e7".
Did you mean:
7x10e7
2016 Apr 23
1
Plotting a large time series
...are many millions of points (it's not *that* sparse), this
looks very busy.
But if I attempt to plot this as a line - plot(myData, type="l") - the plot
is wrong (it looks like solid semi-sinusoidal curves) and although the
x-axis is drawn from 0 to 7x10e7, the plotting stops at about 3x10e7.
The same thing is seen if I use plot(myData[[1]], myData[[2]], type="l").
If I use plot(myData[[2]], myData[[1]], type="l") I do get a line (albeit
that the orientation seems odd), but again, while the y-axis is drawn
between 0 and 7x10e7, the plotting again seems to stop at...