numGrad | R Documentation |
Create function calculating the numerical gradient
numGrad(func, ...)
func |
Function to get gradient of. |
... |
Arguments passed to numDeriv::grad(). |
A gradient function
numGrad(sin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.