plot.ftsm.Rd
Creates diagnostic plots for a functional time series model.
plot.ftsm(
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,
...
)
An object of class ftsm
returned by ftsm()
.
Number of components to plot (default: all components).
Starting component number (default: 0).
Label for x-axis of basis function plots.
Label for y-axis of basis function plots.
Label for x-axis of coefficient plots.
Label for y-axis of coefficient plots.
Label for mean function plot.
Label for level component plot.
Main title for the plot.
Title for interaction plots.
Color for basis function lines.
Color for coefficient lines.
Color for outlier points.
Plotting character for outlier points.
Size of outlier points.
Additional arguments passed to plotting functions.
A plot showing basis functions and their corresponding coefficients.