Plot Impulse Responses obtained from HDLP.
# S3 method for hdlp
plot(
x,
y = NULL,
response = NULL,
impulse = NULL,
states = NULL,
units = NULL,
title = NULL,
...
)
A ggplot
object.
Output of the HDLP()
function.
Has no function, included for compatibility with plot.default()
.
Name of the response variable (y
in HDLP()
).
Name of the shock variable (x
in HDLP()
).
Optional names of the states (when applicable). If not provided, names
will be determined from x
.
Units of the response variable (y-axis label).
String containing title of the plot; can be used to overwrite default
generated based on the names of the response
and impulse
variables.
Other arguments forwarded to plot function (currently inactive).