[R] ts.intersect bug?

2005-09-21 Thread Antonio, Fabio Di Narzo
This code gives an error: a - ts(1:10, start=0, freq=10) b - ts(1:10, start=1, freq=10) ts.intersect(a,b) This one works normally (and correctly): a - ts(1:10, start=0) b - ts(1:10, start=1) ts.intersect(a,b) Antonio, Fabio Di Narzo. P.S. How to switch off italian error messages to post

Re: [R] ts.intersect bug?

2005-09-21 Thread Martin Maechler
AntonioFDN == Antonio, Fabio Di Narzo [EMAIL PROTECTED] on Wed, 21 Sep 2005 13:59:26 +0200 writes: AntonioFDN This code gives an error: AntonioFDN a - ts(1:10, start=0, freq=10) AntonioFDN b - ts(1:10, start=1, freq=10) AntonioFDN ts.intersect(a,b) No, it gives a *warning*