Learn R Programming

ftsa (version 2.6)

plot.ftsm: Plot fitted model components for a functional time series model

Description

Plot showing the basis functions in the top row of plots and the coefficients in the bottom row of plots.

Usage

plot.ftsm(x, components, 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, ...)

Arguments

Value

None. Function produces a plot.

See Also

forecast.ftsm, ftsm, plot.fm, plot.ftsf, residuals.fm, summary.fm

Examples

Run this code
plot.ftsm(ftsm(ElNino, 4), components = 2)

Run the code above in your browser using DataLab