sesplot | R Documentation |
Plot forecasts (historical and future) for exponential smoothing models
sesplot(mod, include = NULL, attach = "fits", main = "", lwd = 2)
mod |
The result of ftting an exponential smoothing moel with ses( ), holt( ) or hw( ) |
include |
A number of recnt past values to show (default is NULL for all) |
attach |
Attach the future forecasts (and bounds) the the historical "fits" (default), or historical "series", or "no" attaching |
main |
Usual paramter to enter a title for the graph |
lwd |
Control line width (default is lwd=2) |
A plot with the series, historical (smoothed) values, forecast (and bounds) for future values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.