Dear colleagues/contributors,

I'd be pleased if someone could provide insights on how to plot impulse 
response functions in a format that can easily be copied in a word document 
just as plotting time-series of variables. 

I had followed the outline suggested by Benhard Pfaff [see 
http://127.0.0.1:17693/library/vars/html/irf.html] but I am unable to get the 
impulse response functions in a single graphical format. I then tried this 
command, where each variable response to an impulse was plotted:

opar <-par(mfrow = c(3,2), mar=c(4.2,4.2,1,1), oma=c(0,0,0,0))
plot(svec.irfT1,main="T->G", ylab="", xlab="")
plot(svec.irfT2, main="T->i",ylab="")
plot(svec.irfT3,main="T->Y",ylab="")
plot(svec.irfT4,main="T->T",ylab="")
plot(svec.irfT5,main="T->P",ylab="")
plot(svec.irfT,ylab="")
par(opar)

However the graphs still fail to appear in a three row, two column format that 
could be easily copied to word or pdf. Kind assistance will be welcome. 

Kind regards,
Faj
R: Impulse response function





      
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to