clusterVisualNone-class {goCluster}R Documentation

Class "clusterVisualNone", a placeholder for the goCluster visualization methods

Description

The class can be used to avoid specifying a visualization method when performing an analysis with goCluster.

Slots

All slots are described in the documentation for the clusterModule-class.

Extends

Class "clusterVisual", directly. Class "clusterModule", by class "clusterVisual".

Methods

config
signature(object = "clusterVisualNone"): The class has no parameters. This method does not result in any action.
execute
signature(object = "clusterVisualNone"): The class has no executable function defined and will do nothing.
setup
signature(object = "clusterVisualNone"): The class has no parameters. This method returns an empty list.
setup<-
signature(object = "clusterVisualNone"): The class has no parameters. This method does not result in any action.

Author(s)

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

See Also

goCluster-class, clusterModule-class, clusterVisual-class


[Package goCluster version 1.0.0 Index]