Learn R Programming

optimsimplex (version 1.0-8)

optimsimplex.destroy: Erase Simplex Object

Description

This function erases the coordinates of the vertices (x) and the function values (fv) in a simplex object

Usage

optimsimplex.destroy(this = NULL)

Arguments

this

A simplex object.

Value

Return an updated simplex object for which the content of the x and fv elements were set to NULL.

See Also

optimsimplex