plotClusters: Plot dendrograms for hierarchical clusering of systems or...

View source: R/plotClusters.R

plotClustersR Documentation

Plot dendrograms for hierarchical clusering of systems or methods

Description

Plot dendrograms for hierarchical clusering of systems or methods

Usage

plotClusters(
  X,
  type = c("systems", "methods"),
  method = c("complete", "single"),
  xlim = NULL,
  ylim = NULL,
  cex.lab = 1,
  gPars = ErrViewLib::setgPars()
)

Arguments

X

a numeric matrix of error values

type

(optional) a string describing if "systems" or "methods" are to be clustered. Default : "systems".

method

(optional) a string describing the hierarchical clustering method. Default : "complete".

xlim

(optional) a 2-vector of limits for the x-axis.

ylim

(optional) a 2-vector of limits for the y-axis.

cex.lab

(optional) a scale factor for the size of labels.

gPars

a list of graphical parameters. See setgPars

Value

a plot


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.