plotMultipleTimeSeries: plotMultipleTimeSeries

Description Usage Arguments Value Examples

View source: R/supportFuncs.R

Description

plotMultipleTimeSeries is a function for visualizing time series

Usage

1
plotMultipleTimeSeries(TS, strTitle = "Time Series Plot", TSnames)

Arguments

TS

is a set of time series where TS[i,t,d] is a numeric value of ith time series at time t and dimension d.

strTitle

is a string of the plot title

TSnames

is a list of legend of X,Y where TSnames[1] is a legend of X and TSnames[2] is a legend of Y.

Value

This function returns an object of ggplot class.

Examples

1
2
# Run the function
plotMultipleTimeSeries(TS=mFLICA::TS[1:5,1:60,1])

mFLICA documentation built on Jan. 24, 2022, 5:09 p.m.