RE: [R] read attribute

2004-12-13 Thread Mulholland, Tom
Since I'm not sure what you are trying to achieve would [EMAIL PROTECTED] get what you wanted without unclassing the object. I only ask this because my first instinct when I started using the Rmetrics package was to try and use ts1$positions which only gives you a null value. Tom > -Origin

Re: [R] read attribute

2004-12-13 Thread Peter Dalgaard
Omar Lakkis <[EMAIL PROTECTED]> writes: > > unclass(ts1) > list() > attr(,"positions") > [1] "2003-10-09 02:00:00" "2003-10-10 02:00:00" "2003-10-13 02:00:00" > [4] "2003-10-14 02:00:00" .. > > How can I get teh value of the attribute positions? The output is providing a rather stro