plot.clusRows: Displays the ClusMB and clustRowsOnstatisAxes graphs

View source: R/plot.clusrows.R

plot.clusRowsR 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

ClusMB, clustRowsOnStatisAxes

Examples

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


ClustBlock documentation built on June 8, 2025, 10:32 a.m.