| config-methods {goCluster} | R Documentation |
This method can be used on any goCluster-object and will
request the necessary configuration parameters in an interactive
dialog.
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, http://www.gunnarwrobel.de.
if(interactive()){
## This example can only be run in an interactive mode
test <- new("goCluster")
configured <- config("goCluster")
}