Description Usage Arguments Details Examples
View source: R/utilities_math.R
Internal soundgen function.
| 1 | isCentral.localMax(x, threshold)
 | 
| x | input vector | 
| threshold | threshold for peak detection | 
Peak detection with rollapply. Less versatile but x 10
faster than fpeaks.
| 1 | soundgen:::isCentral.localMax(c(1,1,3,2,1), 2.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.