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")

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to pl.tss in YRmisc...