Description Objects from the Class Slots Methods Author(s) See Also Examples
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
.
Objects can be created by calls of the function ppProc
:
test <- ppProc(cmd)
.
cmd
:Object of class "list"
.
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.
cmd
:signature(object = "ppProc")
:
gets the cmd
slot.
cmd<-
:signature(object = "ppProc")
:
sets the cmd
slot.
pa
:signature(object = "ppProc")
:
gets the pa
slot.
pa<-
:signature(object = "ppProc")
:
sets the pa
slot.
ind
:signature(object = "ppProc")
:
gets the ind
slot.
ind<-
:signature(object = "ppProc")
:
sets the ind
slot.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
1 | showClass("ppProc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.