Learn R Programming

MixAll (version 1.2.0)

print,ClusterAlgo-method: Print a MixAll S4 class to standard output.

Description

Print a MixAll S4 class to standard output.

Usage

"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, k, ...)
"print"(x, ...)
"print"(x, k, ...)
"print"(x, ...)
"print"(x, k, ...)
"print"(x, ...)
"print"(x, k, ...)
"print"(x, ...)
"print"(x, ...)
"print"(x, k, ...)
"print"(x, ...)
"print"(x, ...)

Arguments

x
a MixAll object: a ClusterStrategy, a ClusterInit or a ClusterAlgo.
...
further arguments passed to or from other methods
k
the number of the cluster to print

Value

NULL. Prints to standard out.

See Also

print

Examples

Run this code
  ## for cluster strategy
  strategy <- clusterStrategy()
  print(strategy)
  ## for cluster init
  init <- clusterInit()
  print(init)
  ## for cluster algo
  algo <- clusterAlgo()
  print(algo)

Run the code above in your browser using DataLab