getOptPathCol {ParamHelpers} | R Documentation |
Get column from the optimization path.
Description
Get column from the optimization path.
Usage
getOptPathCol(op, name, dob, eol)
Arguments
op |
OptPath |
name |
( |
dob |
integer |
eol |
integer |
Value
Single column as a vector.
See Also
Other optpath:
OptPath
,
addOptPathEl()
,
getOptPathBestIndex()
,
getOptPathCols()
,
getOptPathDOB()
,
getOptPathEOL()
,
getOptPathEl()
,
getOptPathErrorMessages()
,
getOptPathExecTimes()
,
getOptPathLength()
,
getOptPathParetoFront()
,
getOptPathX()
,
getOptPathY()
,
setOptPathElDOB()
,
setOptPathElEOL()
[Package ParamHelpers version 1.14.1 Index]