Plots time series data

plotTimeSeries(
  tsData,
  applyFormatting = FALSE,
  plotTitle = "Time series",
  plotSubtitle = ""
)

Arguments

tsData

The time series data used to train the model

applyFormatting

When TRUE, a default formatting will be applied. Default is FALSE

plotTitle

The title for the plot

plotSubtitle

The subtitle for the plot

Details

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.