R/c.R

Defines functions conv

# ----------------------------------------------------------------------
## code added by Steffen Neumann 
# ----------------------------------------------------------------------

conv <- function(a, b) {
  .Call("convolve2", a, b, PACKAGE = "MassSpecWavelet")
}  

Try the MassSpecWavelet package in your browser

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

MassSpecWavelet documentation built on Nov. 8, 2020, 5:36 p.m.