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 |
strTitle |
is a string of the plot title |
TSnames |
is a list of legend of |
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.6 Index]