powered by
The linearDecay function is used by PathwaySpace's methods for signal convolution and projection.
linearDecay
linearDecay(x, signal = 1)
A numeric vector; if missing 'x', it will return decay function.
A numeric vector of distances (in [0,1]).
A single numeric value representing a signal. weibullDecay and expDecay functions.
weibullDecay
expDecay
Mauro Castro.
weibullDecay, expDecay
x <- seq(0, 2, 0.01) y <- linearDecay(x, signal = 1) plot(x, y)
Run the code above in your browser using DataLab