fts object.plot.ftsf(x, plot.type = c("function", "components", "variance"),
components, xlab1 = fit$y$xname, ylab1 = "Principal component",
xlab2 = "Time", ylab2 = "Coefficient", mean.lab = "Mean",
level.lab = "Level", main.title = "Main effects",
interaction.title = "Interaction", vcol = 1:3, shadecols = 7,
fcol = 4, basiscol = 1, coeffcol = 1, outlier.col = 2,
outlier.pch = 19, outlier.cex = 0.5,...)plot.type = "function", it produces a plot of the forecast functions;
When plot.type = "components", it produces a plot of the principla components and coefficients with forecasts and prediction intervals for each coefficient;
When plot.type = "variance", it produces a plot of the variance components.ftsm, plot.fm, plot.fmres, residuals.fm, summary.fmplot(x = forecast(object = ftsm(y = ElNino)))Run the code above in your browser using DataLab