convolveR: Function convolve in R version

Description Usage Arguments Value Examples

View source: R/convolve.R

Description

The function to calculate convolution implemented by R. It comes from the famous example of Writing R extensions.

Usage

1
convolveR(a, b)

Arguments

a, b

two vectors to be convolved

Value

a vector as the convolution of a and b

Examples

1
convolveR(1:3, 2:5)

wenshuoliu/rtest documentation built on May 4, 2019, 5:21 a.m.