View source: R/perfect-foresight.R
| plot.dsge_perfect_foresight | R Documentation |
Plot the deterministic transition paths from a perfect_foresight
result, optionally overlaying a second path for comparison (e.g.
linearized vs. nonlinear).
## S3 method for class 'dsge_perfect_foresight'
plot(x, vars = NULL, type = "deviation", compare = NULL, max_panels = 9L, ...)
x |
A |
vars |
Character vector of variable names to plot. If |
type |
Character. One of |
compare |
Optional second |
max_panels |
Integer. Maximum number of panels per plot page. Default 9. |
... |
Additional arguments (currently unused). |
No return value, called for the side effect of producing transition path plots on the active graphics device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.