pl.2ts {YRmisc} | R Documentation |
Plotting two time series in one plot, with title.
pl.2ts(ts1,ts2,title)
ts1 |
:time series variable one |
ts2 |
:time series variable two |
title |
:title for the plot |
DAX <- EuStockMarkets[,1]
FTSE <- EuStockMarkets[,4]
pl.2ts(DAX,FTSE, "Times Series Plot of DAX and FTSE")