Skip to content
Prev 315856 / 398502 Next

plot two time series with different length and different starting point in one figure.

On Jan 22, 2013, at 7:07 AM, Yuan, Rebecca wrote:

            
You could set the xlim argument to c( min(timeA, timeB), max(timeA, timeB) ) in the `plot` of either of the series and then use `lines` for the other series, perhaps with a different color argument.