View source: R/PreprocessingFunctions.R
find.valid.periods | R Documentation |
This function is used internally by suggest_threshold.
find.valid.periods(data_in, threshold, min_samples, margin = 0)
data_in |
Data to process |
threshold |
Search for values under this threshold |
min_samples |
Minimum length of consecutive run in samples |
margin |
Shrink the period of consecutive runs at both ends with this margin |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.