powered by
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 )
matrix with the tidals for each column
the input matrix
the minimum height of the tidal
refine the dataset
custom time frame
tidal_finder(c(1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1,1:10,10:1))
Run the code above in your browser using DataLab