colorhcplot-package {colorhcplot}R Documentation

Introduction to the COLORHCPLOT Package

Description

This is a simple one-function package. Please, refer to the colorhcplot() function manual to check how the function works.

Details

This package contains the function colorhcplot. This function generates simple colorful dendrograms and requires only 2 mandatory arguments: hc and fac. The argument hc is the result of a hclust() call, while fac is a factor defining the groups. Therefore, the number of leaves of the dendrogram has to be identical to the length of fac (i.e., length(hc$labels) == length(fac) has to be TRUE). The function colorhcplot() employs a custom color palette. However, users can specify a custom list of colors.

Author(s)

Damiano Fantini

Maintainer: Damiano Fantini <damiano.fantini@gmail.com>

See Also

colorhcplot


[Package colorhcplot version 1.3.1 Index]