plotDendro: plot dendrogram

Description Usage Arguments

View source: R/plotDendro.R

Description

plot dendrogram

Usage

1
2
plotDendro(m, distFun = function(x) {     1 - cor(x) },
  linkageMethod = "average", circ = FALSE, ...)

Arguments

m

(matrix)

distFun

(function) if NULL, uses

linkageMethod

(char) for hclust

circ

(logical) make circular

...

for plot() method


shraddhapai/dataExplore documentation built on March 9, 2020, 9:17 a.m.