Description Usage Arguments Value
View source: R/single_peak_features.R
Difference between minimum and maximum value.
1 |
y |
a numerical vector |
List of 5: "min": minimum of y
"max": maximum of y
"diff.min.max": $max - $min
"time.min": first index at which $min is reached in y
"time.max": first index at which $max is reached in y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.