pl.2ts: Time series plot for two variables

Description Usage Arguments Examples

View source: R/pl.2ts.R

Description

Plotting two time series in one plot, with title.

Usage

1
pl.2ts(ts1,ts2,title)

Arguments

ts1

:time series variable one

ts2

:time series variable two

title

:title for the plot

Examples

1
2
3
DAX <- EuStockMarkets[,1]
FTSE <- EuStockMarkets[,4]
pl.2ts(DAX,FTSE, "Times Series Plot of DAX and FTSE")

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to pl.2ts in PMmisc...