pl.tss {YRmisc}R Documentation

Time series plot with multiple variables

Description

This function will return a time series plot with up to 6 variables, each with different line type.

Usage

pl.tss(dataframe,ylb,title)

Arguments

dataframe

:a data frame

ylb

:y-axis label

title

:plot title

Examples

pl.tss(EuStockMarkets,"Price","Daily Closing Prices of Major European Stock Indices")

[Package YRmisc version 0.1.6 Index]