Plot showing the basis functions in the top row of plots and the coefficients in the bottom row of plots.
# S3 method for ftsm
plot(x, components, components.start = 0, xlab1 = x$y$xname, ylab1 = "Basis function",
xlab2 = "Time", ylab2 = "Coefficient", mean.lab = "Mean",
level.lab = "Level", main.title = "Main effects",
interaction.title = "Interaction", basiscol = 1, coeffcol = 1,
outlier.col = 2, outlier.pch = 19, outlier.cex = 0.5, ...)
None. Function produces a plot.
Output from ftsm
.
Number of principal components to plot.
Plotting specified component.
x-axis label for basis functions.
x-axis label for coefficient time series.
y-axis label for basis functions.
y-axis label for coefficient time series.
Label for mean component.
Label for level component.
Title for main effects.
Title for interaction terms.
Colors for basis functions if plot.type="components".
Colors for time series coefficients if plot.type="components".
Colour for outlying years.
Plotting character for outlying years.
Size of plotting character for outlying years.
Plotting parameters.
Rob J Hyndman
R. J. Hyndman and M. S. Ullah (2007) "Robust forecasting of mortality and fertility rates: A functional data approach", Computational Statistics and Data Analysis, 51(10), 4942-4956.
R. J. Hyndman and H. L. Shang (2009) "Forecasting functional time series" (with discussion), Journal of the Korean Statistical Society, 38(3), 199-221.
forecast.ftsm
, ftsm
, plot.fm
, plot.ftsf
, residuals.fm
, summary.fm
# plot different principal components.
plot.ftsm(ftsm(y = ElNino_ERSST_region_1and2, order = 2), components = 2)
Run the code above in your browser using DataLab