Rdocumentation
powered by
Learn R Programming
ParamHelpers (version 1.0-55)
getOptPathEl: Get an element from the optimization path.
Description
Get an element from the optimization path.
Usage
getOptPathEl(op, index)
Arguments
op
[
OptPath
] Optimization path.
index
[
integer(1)
] Index of element.
Value
List with elements
x
[named
list
],
y
[named
numeric
],
dob
[
integer(1)
] and
eol
[
integer(1)
].