Learn R Programming

ClustBlock (version 4.1.0)

plot.clusRows: Displays the ClusMB and clustRowsOnstatisAxes graphs

Description

This function plots the dendrogram of ClusMB or clustRowsOnstatisAxes

Usage

# S3 method for clusRows
plot(x, ...)

Value

the dendrogram

Arguments

x

object of class 'clusRows'

...

further arguments passed to or from other methods

See Also

ClusMB, clustRowsOnStatisAxes

Examples

Run this code
##'
#####projective mapping####
library(ClustBlock)
data(smoo)
res1=ClusMB(smoo, rep(2,24))
plot(res1)

Run the code above in your browser using DataLab