printData {goCluster}R Documentation

Helper printing function

Description

This function is used to print information about the goCluster subclasses in a standardized way.

Usage

printData(title, type, details = NULL)

Arguments

title Class title
type Module type
details Detailed information to be printed. This is a character vector and each entry will be printed on its own line.

Value

Prints output to the user.

Author(s)

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

Examples

printData("Test","test","Short paragraph")

[Package goCluster version 1.4.0 Index]