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