tidal_finder {SIPETool}R Documentation

Tidal finder

Description

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.

Usage

tidal_finder(
  dat,
  height_threshold = 0.2,
  refine = FALSE,
  time_frame_index = NA
)

Arguments

dat

the input matrix

height_threshold

the minimum height of the tidal

refine

refine the dataset

time_frame_index

custom time frame

Value

matrix with the tidals for each column

Examples

tidal_finder(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]