plotDendogram: plotDendogram

View source: R/plotDendogram.R

plotDendogramR Documentation

plotDendogram

Description

Helper function that takes clustering data (hclust()) as input and plots a dendogram using ggplot and ggdendro

Usage

plotDendogram(hclust_data, axis = "rows")

Arguments

hclust_data

Output from hclust() function.

axis

Characteer of length 1. Either "rows" or "cols". If rows, the dendogram is made to be placed in the left of the Y axis; if cols, the dendogram is made to be placed in the top of the X axis.

Author(s)

amitjavilaventura

See Also

ggpubr

ggdendro


amitjavilaventura/seqViewR documentation built on Nov. 21, 2023, 10:12 a.m.