#' A function rather aimed at developers
#' @noRd
#'
peakSearch=function(datin){ ### datin is a vector
peakInfo = peakDetectionCWTR(datin)
majorPeakInfo = peakInfo$majorPeakInfo
peakIndex = majorPeakInfo$peakIndex
return(peakIndex)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.