expDecay | R Documentation |
The expDecay
function is used by PathwaySpace's methods
for signal convolution and projection.
expDecay(x, signal = 1, decay = 0.001)
x |
A numeric vector of distances (in [0,1]). |
signal |
A single numeric value representing a signal. |
decay |
A decay factor (in [0,1]). This term indicates how much the
|
A numeric vector; if missing 'x', it will return decay function.
Mauro Castro.
weibullDecay
, linearDecay
x <- seq(0, 2, 0.01)
y <- expDecay(x, signal = 1, decay = 0.5)
plot(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.