View source: R/calculus_funs.R
derivative_plot | R Documentation |
Derivative plot
derivative_plot(
fun = normal_fun,
x_value = 1,
delta_x = 0.1,
view_xmin = x_value - 2,
view_xmax = x_value + 2,
...
)
fun |
function used to calculate the derivative. |
x_value |
x-coordinate where the derivative is desired. |
delta_x |
the difference in x used to estimate the derivative. |
view_xmin |
minimum x-value for the plot view. |
view_xmax |
maximum x-value for the plot view. |
... |
other parameters passed to f. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.