R/misc.R

#' scorepeak: Peak Functions for Peak Detection in Univariate Time Series
#'
#' scorepeak provides peak functions and its building blocks.
#' Peak functions enable us to detect peaks.
#' @docType package
#' @name scorepeak
NULL

#' @useDynLib scorepeak, .registration=TRUE
#' @importFrom checkmate assertChoice
#' @importFrom checkmate assertNumeric
#' @importFrom Rcpp sourceCpp
NULL

Try the scorepeak package in your browser

Any scripts or data that you put into this service are public.

scorepeak documentation built on Aug. 21, 2019, 9:05 a.m.