A: a functional filter sequence given as object of class fts.timedom.
Ndpc: if Ndpc = k the first k filter sequences are plotted.
lags: number of lags to plot.
one.plot: if TRUE then functional filters corresponding belonging to the respective scores will all be plotted in the same graph.
...: arguments col, lwd, lty passed to plot
Examples
# Load example PM10 data from Graz, Austriadata(pm10)# loads functional time series pm10 to the environmentX = center.fd(pm10)# Compute functional dynamic principal components with only one componentres.dpca = fts.dpca(X, Ndpc =1, freq=(-25:25/25)*pi)# leave default freq for higher precision# Plot Functional Dynamic Principal Component Filtersfts.plot.filters(res.dpca$filters)