plot.supc {supc} | R Documentation |
Draw plots of the clustering result
Description
General function to draw plots for analysis
Usage
## S3 method for class 'supc'
plot(x, type = "heatmap", ...)
Arguments
x |
|
type |
character value.
|
... |
other parameters to be passed through. |
Value
NULL
. The function is called for side effects.
Examples
data(golub, package = "supc")
golub.supc <- supc1(golub, rp = 0.0005, t = "dynamic", implementation = "R")
table(golub.supc$size)
plot(golub.supc, type = "heatmap", major.size = 10)
[Package supc version 0.2.6.2 Index]