Re: [Rd] rownames for as.matrix.zoo

2006-04-07 Thread Gabor Grothendieck
We'll have a look at it. Use as.matrix(as.data.frame(x)) as a workaround in the meantime. On 4/7/06, Brandt, T. (Tobias) <[EMAIL PROTECTED]> wrote: > > Hi > > Is there a reason why as.matrix.zoo doesn't set the rownames to the index > like as.data.frame.zoo does? > > Thanks > > Tobias > > > >

Re: [Rd] rownames for as.matrix.zoo

2006-04-07 Thread Achim Zeileis
On Fri, 7 Apr 2006 16:09:53 +0200 Brandt, T. (Tobias) wrote: > Hi > > Is there a reason why as.matrix.zoo doesn't set the rownames to the > index like as.data.frame.zoo does? Yes, oversight, I think ;-) Added to the devel-version of zoo. I'll try to get it out to CRAN in the next days. Z > T