Learn R Programming

ParamHelpers (version 1.14.2)

setOptPathElDOB: Set the dates of birth of parameter values, in-place.

Description

Set the dates of birth of parameter values, in-place.

Usage

setOptPathElDOB(op, index, dob)

Value

Nothing.

Arguments

op

OptPath
Optimization path.

index

integer
Vector of indices of elements.

dob

integer
Dates of birth, single value or same length of index.

See Also

Other optpath: OptPath, addOptPathEl(), getOptPathBestIndex(), getOptPathCol(), getOptPathCols(), getOptPathDOB(), getOptPathEOL(), getOptPathEl(), getOptPathErrorMessages(), getOptPathExecTimes(), getOptPathLength(), getOptPathParetoFront(), getOptPathX(), getOptPathY(), setOptPathElEOL()