pl.tss: Time series plot with multiple variables

Description Usage Arguments Examples

View source: R/pl.tss.R

Description

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

Usage

1
pl.tss(dataframe,ylb,title)

Arguments

dataframe

:a data frame

ylb

:y-axis label

title

:plot title

Examples

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

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

Related to pl.tss in PMmisc...