View source: R/KalmanFilterSmoother.R
| plot.KFSFit | R Documentation |
Create diagnostic plots for a KFSFit object.
## S3 method for class 'KFSFit'
plot(x, axis_text_size = 20, legend_title_text_size = 20, ...)
x |
|
axis_text_size |
Numeric size of x- and y-axis labels. Prased to ggplot2
|
legend_title_text_size |
Numeric size of x- and y-axis labels. Prased to
ggplot2
|
... |
Additional parameters for the plotting functions. |
A named list of patchwork/ggplot objects:
Factor Time Series Plotspatchwork/ggplot object graphing the
estimated factors over time with 95% confidence bands based on the smoother
uncertainty of the Kalman Filter and Smoother.
Domenic Franjic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.