Plot a time series.

Parameters:

Parameters:
The R_PlotTimeSerie action generates a two-part time series plot comparing original values and predicted values over time.
This action is particularly useful for visualizing forecasting models and comparing expected vs. actual performance.
The input table must contain two numeric columns:
origVals: actual/historical time series values.predVals: forecasted values.| origVals | predVals |
|---|---|
| 120 | 120 |
| 125 | 122 |
| 130 | 126 |
| 128 | 132 |
| 129 | 134 |
| 132 | 138 |
| 137 | 140 |
File: r_plot_time_serie_input.xlsx
The resulting chart displays the time series:
- Black line: Original values
- Thick blue line: Predicted values
