plot.clusRows {ClustBlock} | R Documentation |
Displays the ClusMB and clustRowsOnstatisAxes graphs
Description
This function plots the dendrogram of ClusMB or clustRowsOnstatisAxes
Usage
## S3 method for class 'clusRows'
plot(x, ...)
Arguments
x |
object of class 'clusRows' |
... |
further arguments passed to or from other methods |
Value
the dendrogram
See Also
Examples
##'
#####projective mapping####
library(ClustBlock)
data(smoo)
res1=ClusMB(smoo, rep(2,24))
plot(res1)
[Package ClustBlock version 4.1.1 Index]