
Compute the change in the value of a function f
when the function argument increases by delta
.
increment.fv(f, delta)
Object of class "fv"
representing a function.
Numeric. The increase in the value of the function argument.
Another object of class "fv"
compatible with X
.
This command computes the new function
h = delta/2
. The value of delta
centred at
# NOT RUN {
plot(increment.fv(Kest(cells), 0.05))
# }
Run the code above in your browser using DataLab