setup_deriv_control {geex}R Documentation

Setup a deriv_control object

Description

Setup a deriv_control object

Usage

setup_deriv_control(FUN, ...)

Arguments

FUN

a function

...

arguments passed to FUN

Value

a deriv_control object

Examples

setup_deriv_control() # default
setup_deriv_control(method = "simple") # will speed up computations

[Package geex version 1.1.1 Index]