tidal_finder {SIPETool} | R Documentation |
This function takes as input a matrix and returns for each column the end tidals depending of the threshold set. It is possible to set a custom time frame for the search of the tidals. Note: a minimum amount of 45 points are necessary.
tidal_finder(
dat,
height_threshold = 0.2,
refine = FALSE,
time_frame_index = NA
)
dat |
the input matrix |
height_threshold |
the minimum height of the tidal |
refine |
refine the dataset |
time_frame_index |
custom time frame |
matrix with the tidals for each column
tidal_finder(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))