[R] Where to learn how to deal with time class variable?

2005-07-17 Thread Kerry Bush
Dear R-helpers, In my data set, I have a time variable 'RecordTime' whose class property is 'times'. When I list my data set, I see the values of RecordTime is like 10:20:30 in a 'h:m:s' format. Suppose I want to choose all the data after 10 o'clock, then use subset(data,RecordTime10:20:30)

Re: [R] Where to learn how to deal with time class variable?

2005-07-17 Thread Gabor Grothendieck
On 7/17/05, Kerry Bush [EMAIL PROTECTED] wrote: Dear R-helpers, In my data set, I have a time variable 'RecordTime' whose class property is 'times'. When I list my data set, I see the values of RecordTime is like 10:20:30 in a 'h:m:s' format. Suppose I want to choose all the data after 10