deriv_control S4 class
.FUN
a function which computes a numerical derivation. This functions
first argument must the function on which the derivative is being compute.
Defaults to jacobian
.
.options
a list of options passed to .FUN
. Defaults to
list(method = 'Richardson')