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