I am looking for a simple example (or link to one) that uses either base Holt-Winters or one from the forecast package in R to plot the actuals over the same range as the prediction.
I have seen many examples that show the actuals/fitted together, or the actuals 'followed by' the prediction, but I cant find a code example with the actuals/predicted running together.
My reason for this is to create a prediction using a subset of the actuals (train) and then drop the full dataset in so I can show how well the prediction really did. Hope that makes sense, and thanks in advance for any help!