View source: R/plot.clusrows.R
plot.clusRows | R Documentation |
This function plots the dendrogram of ClusMB or clustRowsOnstatisAxes
## S3 method for class 'clusRows'
plot(x, ...)
x |
object of class 'clusRows' |
... |
further arguments passed to or from other methods |
the dendrogram
ClusMB
, clustRowsOnStatisAxes
##'
#####projective mapping####
library(ClustBlock)
data(smoo)
res1=ClusMB(smoo, rep(2,24))
plot(res1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.