plotMultipleTimeSeries {mFLICA}R Documentation

plotMultipleTimeSeries

Description

plotMultipleTimeSeries is a function for visualizing time series

Usage

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

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


[Package mFLICA version 0.1.5 Index]