Structure of the class "ppProc". Objects of that class are
returned as part of class '>optsol when performing
pre- or post-processing of an optimization, e.g. in
optimizeProb.
Arguments
Objects from the Class
Objects can be created by calls of the function ppProc:
test <- ppProc(cmd).
cmd:
Object of class "list".
Slots
cmd:
Object of class "list"
a character vector or a list of character strings containing pre- or
postprocessing commands.
pa:
Object of class "list"
return values of the pre- or postprocessing commands. They can be
numeric, integer, character, list or of class
'>sybilError.
ind:
Object of class "integer"
giving the indices of the optimizations when pre- or postprocessing was
performed.