Learn R Programming

PMmisc (version 0.1.2)

pl.tss: 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

Run this code
# NOT RUN {
pl.tss(EuStockMarkets,"Price","Daily Closing Prices of Major European Stock Indices")
# }

Run the code above in your browser using DataLab