R/Plot.R
plotSegmented.Rd
Plots time series data with change points computed with a segmented generalized linear model
plotSegmented(
tsData,
model,
plotTitle = "Segmented Regression",
plotSubtitle = ""
)
The time series data used to train the model
The trained segmented model
The title for the plot
The subtitle for the plot
Create a plot to display the time series data along with any change points detected by the segmented package