config-methods {goCluster}R Documentation

Interactively configure a goCluster-module

Description

This method can be used on any goCluster-object and will request the necessary configuration parameters in an interactive dialog.

Methods

object = "clusterModule"
The method is only defined for the clusterModule-class. But it is available for any goCluster-object since all classes made available by the goCluster-package extend the basic clusterModule-class.

Author(s)

Gunnar Wrobel, work@gunnarwrobel.de, http://www.gunnarwrobel.de.

See Also

clusterModule-class.

Examples

if(interactive()){
## This example can only be run in an interactive mode

test <- new("goCluster")

configured <- config("goCluster")

}

[Package goCluster version 1.6.0 Index]