fortify.forecast takes a forecast object and converts it into a data frame (for usage with ggplot2).## S3 method for class 'forecast':
fortify(model, data=as.data.frame(model), PI=TRUE, ...)data.frame containing elements from a forecast object necessary for plotting in ggplot.forecast, fortify