HclustComp: Perform hierachical clustering of clusters base on their...

Description Usage Arguments Value

View source: R/HclustComp.R

Description

Perform hierachical clustering of clusters base on their events...

Usage

1
2
HclustComp(compare, dataset = NULL, stat = NULL, cl_method = "ward",
  ...)

Arguments

compare

a compare object

dataset

The dataset that you want to depict. It can be a single character or a numeric value refers to the element of the compare object.

stat

A character or a numeric value that refers to the statistics (elemnt of the dataset) you want ot depict.

cl_method

A character string defining the agglomeration method to be used. See hclust stats function for details.

...

arguments passed to the hclust.vector function

Value

this function returns a compare object retain only just part of the original clusters


vtorda/CompareTools documentation built on Nov. 6, 2019, 9:07 p.m.