fzero: fzero

Description Usage Arguments

View source: R/fzero.R

Description

Root of nonlinear function ported from matlab

Usage

1
fzero(f, x, ..., maxiter = 100, tol = .Machine$double.eps^(1/2))

Arguments

f

Function to solve

x

Initial value, specified as a numeric or a 2-element vector

...

Further options for solution process

maxiter

Maximum number of iterations (default: 100)

tol

Tolerance settings (default: .Machine$double.eps^(1/2))


dloewenstein/ewavesPDFshiny documentation built on May 23, 2019, 3:04 a.m.