Displaying 1 result from an estimated 1 matches for "everysecond".
2012 Feb 09
2
Subset a datafram according to time
...ervations (in the other data
frame) which are done every 6 minutes. So basically im shrinking the data
frame of second observations to only display the date time observation every
6 minutes.
ALTERNATIVE WAY
In other words I just wanna extract every 6 minute observation value from
this dataframe of everysecond observations
date time observations
02/08/2011 00:00 1.165
02/08/2011 00:01 1.241
02/08/2011 00:02 1.232
Im pretty new to the porgram done 2 days on it learning and learning, im
getting my head around it.
Help would be much appreciated.
--
View this message in con...