Description Usage Arguments Value
View source: R/modular_functions.R
approxD
approximates the derivative of a specified
function at a specified value using a central finite difference approach.
1 |
f |
The function to evaluate, as an expression. |
f_params |
A |
x |
The value at which to evaluate the derivative of |
n |
The order of derivative to calculate, 1 or 2. Default is 1. |
h |
The finite difference to use in the approximation. The default
value is |
The approximated derivative of the function at the specified value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.