powered by
The linearDecay function is used by PathwaySpace's methods for signal convolution and projection.
linearDecay
linearDecay(x, signal, ...)
A numeric vector.
A numeric vector of distances (in [0,1]).
A single numeric value representing a signal.
Not used; argument implemented for call compatibility with weibullDecay and expDecay functions.
weibullDecay
expDecay
Vinicius Chagas, Victor Apolonio, and Mauro Castro (mauro.castro@ufpr.br)
weibullDecay, expDecay
x <- c(1:100) / 100 y <- linearDecay(x, 1) plot(x, y)
Run the code above in your browser using DataLab