| setup<--methods {goCluster} | R Documentation |
The method performs the inverse operation of the setup-call and
allows to configure an object that extends the
clusterModule-class by providing a list of parameters to the
function call.
clusterModule-class. But it is available for any
goCluster-object since all classes made available by the
goCluster-package extend the basic
clusterModule-class.
Gunnar Wrobel, work@gunnarwrobel.de, http://www.gunnarwrobel.de.
set.seed(1000)
data(benomylsetupsmall)
a <- new("goCluster")
## This will assign the benomyl setup to the newly
## created goCluster-object a
setup(a) <- benomylsetupsmall
print(a)