data_indexer {SIPETool} | R Documentation |
This function takes as input a vector and return the data index according to the selected time frame
data_indexer(dat, time_frame_index = NA)
dat |
input vector |
time_frame_index |
custom data range from the time column |
a vector indexed according to the specified time frame
data_indexer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))