plot.hdlp | R Documentation |
Plot Impulse Responses obtained from HDLP.
## S3 method for class 'hdlp'
plot(
x,
y = NULL,
response = NULL,
impulse = NULL,
states = NULL,
units = NULL,
title = NULL,
...
)
x |
Output of the |
y |
Has no function, included for compatibility with |
response |
Name of the response variable ( |
impulse |
Name of the shock variable ( |
states |
Optional names of the states (when applicable). If not provided, names
will be determined from |
units |
Units of the response variable (y-axis label). |
title |
String containing title of the plot; can be used to overwrite default
generated based on the names of the |
... |
Other arguments forwarded to plot function (currently inactive). |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.