# # Written by: # -- # John L. Weatherwax 2009-04-21 # # email: wax@alum.mit.edu # # Please send comments and especially bug reports to the # above email address. # #----- F = scan(file="../../Data/series_f.dat") postscript("../../WriteUp/Graphics/Chapter2/dup_fig_2_7.eps", onefile=FALSE, horizontal=FALSE) v = acf( F ) dev.off()