Is there a way to change the x-axis on an acf and pacf graph so that it starts at 1 and not at 0?
here is an example graph:
N<-c(34913.60, 25555.69, 33132.19, 40212.03, 21973.67, 28005.34,30182.27, 69070.89, 46548.21, 57806.81 , 49925.19, 116612.29,71234.68, 81274.05, 60790.56, 159475.70, 93121.76, 92812.45,75588.42, 220922.25, 108124.88, 120144.80, 105067.53, 229750.52,101851.80, 177999.71, 112606.36)
N<-ts(N,deltat=1/4,start=c(8,1))
acf(ts(N,frequency=1))