Plots time series data
plotTimeSeries(
tsData,
applyFormatting = FALSE,
plotTitle = "Time series",
plotSubtitle = ""
)
The time series data used to train the model
When TRUE, a default formatting will be applied. Default is FALSE
The title for the plot
The subtitle for the plot
Create a plot to display the time series data and optionally formats the plot. This function is used by the other plotting functions in this package which will apply the formatting itself.