data_indexer {SIPETool}R Documentation

data indexer

Description

This function takes as input a vector and return the data index according to the selected time frame

Usage

data_indexer(dat, time_frame_index = NA)

Arguments

dat

input vector

time_frame_index

custom data range from the time column

Value

a vector indexed according to the specified time frame

Examples

data_indexer(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))


[Package SIPETool version 0.1.0 Index]