Id {dyntaper} | R Documentation |
Integral of decay function.
Id(x, p)
x |
Input value(s), possibly a vector. |
p |
Parameter. |
Integral of the decay function between 0 and x.
Id(2, 0)
Id(1.5,0.5)
Id(2.5, 0.5)
Id(2.5, -0.5)
for(p in seq(1, -1, -0.5)) curve(Id(x, p), 0, 3, add=(p != 1))