num.deriv | R Documentation |
Calculate numerical derivatives of a univariate function.
num.deriv(f, x, delta = 1e-04, align = 0, ...)
f |
a function. |
x |
a vector of values to pass to |
delta |
the width of each |
align |
alignment of |
... |
passed to |
Vector of numerical derivatives.
Simple finite-difference approximation: \Delta f / \Delta x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.