R/AllGenerics.R

#' @export
setGeneric("smoothNoise",
	function(object, ...) standardGeneric("smoothNoise"))

#' @export
setGeneric("removeBaseline",
	function(object, ...) standardGeneric("removeBaseline"))

#' @export
setGeneric("findPeaks",
	function(object, ...) standardGeneric("findPeaks"))

#' @export
setGeneric("binPeaks",
	function(object, ...) standardGeneric("binPeaks"))
kuwisdelu/MSExample documentation built on May 13, 2020, 10:25 p.m.