Skip to content
Prev 273756 / 398502 Next

plot autocovariance.

Hi, let's say
x <- c(1,.5,.3,.1)

I assume you tried:
plot(x)

You can try:
plot(seq(x)-1,x)

Also take a look at ?acf
JC

2011/10/7 Chuse chuse <chuse22 at gmail.com>: