plot.supc | R Documentation |
General function to draw plots for analysis
## S3 method for class 'supc'
plot(x, type = "heatmap", ...)
x |
|
type |
character value.
|
... |
other parameters to be passed through. |
NULL
. The function is called for side effects.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.