| execute<--methods {goCluster} | R Documentation |
This methods joins the setup<--method with the
execute-call and allow perform a goCluster-analysis in a
single step.
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 and subsequently
## execute the full analysis
execute(a) <- benomylsetupsmall
print(a)