powered by
Plotting two time series in one plot, with title.
pl.2ts(ts1,ts2,title)
:time series variable one
:time series variable two
:title for the plot
# NOT RUN { DAX <- EuStockMarkets[,1] FTSE <- EuStockMarkets[,4] pl.2ts(DAX,FTSE, "Times Series Plot of DAX and FTSE") # }
Run the code above in your browser using DataLab