Skip to content
Prev 6141 / 15274 Next

can I 'attach' a zoo object?

Mat,

zoo/xts are not data frames.  For zoo/xts, the underlying storage object is a 
matrix, so you can certainly access columns using the $ operator, but unlike a 
data frame, it is not actually stored internally as separate objects per column.

For big time series data in zoo/xts, take a look at the 'indexing' package if 
you are really likely to access primarily by columns.

Regards,

    - Brian
On 05/25/2010 08:11 AM, Matthieu Stigler wrote: