Re: [R] Subset a datafram according to time

2012-02-13 Thread NickNz125
Its just made up for the time being, they are just made up values to explain what i want to be able to do. This data in same format as my actual data set. Cheers -- View this message in context: http://r.789695.n4.nabble.com/Subset-a-datafram-according-to-time-tp4372293p4386197.html Sent from t

Re: [R] Subset a datafram according to time

2012-02-09 Thread NickNz125
I want the combine and align by time DATAFRAME1 with DATAFRAME2. DF1 is second observations and DF2 6 minutes observations want to extract the ObsrG data from DF1 to match the times in DF2. Therefore getting DF3 with Observations (Obsrg) extracted from DF1 to match the times in DF2. DATAFRAME1 Da

[R] Subset a datafram according to time

2012-02-09 Thread NickNz125
PREFERED WAY OF DOING IT I have a data set of observations every second for a month long period, I want to extract the observations according to the date & time of another data frame ( the other data frame is in the same format). I want to do this to match these observations to my test observa