search for: timebegin

Displaying 1 result from an estimated 1 matches for "timebegin".

2011 Oct 15
2
function for handling time
...8  [14,] 2011    7    2   13   45  0.718  [15,] 2011    7    2   13   45  6.281  [16,] 2011    7    2   13   45 11.953  [17,] 2011    7    2   13   45 17.453  [18,] 2011    7    2   13   45 22.984 I would like to write a function that will have inputs like that:         function(data, TimeStamps, timeBegin, timeEnd) {(not fixed though)   and will return the index of start and the end. I need your help specify how the input arguments should look like  (something simple and compatible with the format I have already should be good). Then based on that two arguments, how I can search for start and en...