Plot the IRF in frequency domain.
plot.Rd
Alias for the function plot in frequency domain.
Alias for the function plot in frequency domain.
Alias for the function plot in frequency domain.
Usage
# S3 method for class 'irffd'
plot(x, y, vlines = NULL, ...)
# S3 method for class 'fevdfd'
plot(x, y, stacked = TRUE, vlines = NULL, ...)
# S3 method for class 'fevfd'
plot(x, y, stacked = TRUE, vlines = NULL, ...)
# S3 method for class 'fevdfevd'
plot(x, y, stacked = TRUE, vlines = NULL, ...)
# S3 method for class 'fevdirf'
plot(x, y = NULL, impulse_as = "colors", ...)
# S3 method for class 'fevdfev'
plot(x, y = NULL, impulse_as = "colors", ...)
# S3 method for class 'fevdhs'
plot(x, y = NULL, impulse_as = "colors", ...)
# S3 method for class 'fevdhd'
plot(x, y = NULL, ...)
Arguments
- x
object of class "fevdhd"
- y
Not used.
- vlines
Vector of x-axis points at which to draw a vline. Useful for highlighting areas.
- ...
Currently not used.
- stacked
Boolean. True for stacked columns, False (default) for unstacked line chart.
- impulse_as
Default to "colors", with all shocks on the same facet. Other option is "cols" which puts each shock as its own column facet.