Learn R Programming

neldermead (version 1.0-12)

neldermead.get: Get the value for the given element

Description

Get the value for the given element in a neldermead object.

Usage

neldermead.get(this = NULL, key = NULL)

Arguments

this

A neldermead object.

key

The name of the key to query.

Value

Return the value of the list element key, or an error message if key does not exist in the neldermead object this.

See Also

neldermead.set, optimbase.get