.highest_peaks | R Documentation |
Finds the highest peaks up to the maximum number of peaks allowed(set by user on call)
.highest_peaks(FindingPeaksdf, maxPeaksAllowed)
FindingPeaksdf |
the resulting data frame from finding_peaks (if called separately make sure in correct form nx2: Index column and Height column) |
maxPeaksAllowed |
The maximum number of lines on a picture you would like to find |
The highest peaks up to the max number allowed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.