setup_control {geex}R Documentation

Setup a basic_control object

Description

Setup a basic_control object

Usage

setup_control(type, FUN, ...)

Arguments

type

one of c("deriv", "approx", "root")

FUN

a function

...

arguments passed to FUN

Value

a basic_control object

See Also

setup_root_control, setup_deriv_control, setup_approx_control


[Package geex version 1.1.1 Index]