[R] Newbie: Acf function

2007-02-08 Thread Martin Percossi
Hi, I would like to use acf.plot on a correlogram that is computed externally. In other words, I would like to fake out the acf object. Is this possible?-- any help would be appreciated. TIA Martin __ R-help@stat.math.ethz.ch mailing list

Re: [R] Newbie: Acf function

2007-02-08 Thread Vincent Goulet
Le Jeudi 8 Février 2007 09:41, Martin Percossi a écrit : Hi, I would like to use acf.plot on a correlogram that is computed externally. In other words, I would like to fake out the acf object. Is this possible?-- any help would be appreciated. Well, essentially plot.acf() makes a plot with

Re: [R] Newbie: Acf function

2007-02-08 Thread rolf
Martin Percossi wrote: Hi, I would like to use acf.plot on a correlogram that is computed externally. In other words, I would like to fake out the acf object. Is this possible?-- any help would be appreciated. (a) Note that it's ``plot.acf'' NOT acf.plot. (b) This is R ---

Re: [R] Newbie: Acf function

2007-02-08 Thread Martin Percossi
Funny enough, but by accident I typed unclass(acf) (I had meant to unclass the *data* obtained as a result of applying this function), and I saw the source code! From there I managed to reproduce your steps below... In any case, many thanks to all for your help. Martin [EMAIL PROTECTED]