| increment.fv | R Documentation |
Compute the change in the value of a function f
when the function argument increases by delta.
increment.fv(f, delta)
f |
Object of class |
delta |
Numeric. The increase in the value of the function argument. |
This command computes the new function
g(x) = f(x+h) - f(x-h)
where h = delta/2. The value of g(x) is
the change in the value of f over an interval of length
delta centred at x.
Another object of class "fv" compatible with X.
and \ege
fv.object,
deriv.fv
plot(increment.fv(Kest(cells), 0.05))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.