if (FALSE) {
library(DynareR)
demo(bkk)
include_IRF(model="bkk",IRF="E_H2")
# The above code fetches the IRF graph from "bkk/bkk/graphs/bkk_IRF_E_H2.pdf"
# Alternatively, the `path` argument can be used as follows
include_IRF(path="bkk/bkk/graphs/bkk_IRF_E_H2.pdf")
}
Run the code above in your browser using DataLab