plotDendrogram: Function for plotting dendrogram

View source: R/module_plotDendrogram.R

plotDendrogramR Documentation

Function for plotting dendrogram

Description

Function for plotting dendrogram

Usage

plotDendrogram(
  dendrogram,
  dendOrPhylo,
  selectMetaColumn,
  appendDendLabels,
  colorsChosen,
  cutHeightLines,
  colorByLines,
  colorByLabels,
  removeDendDots,
  cutHeightLabels,
  boots,
  pool
)

Arguments

dendrogram

dendrogram

dendOrPhylo

whether to plot leaves as hanging or not

selectMetaColumn

plotting dend and dots

appendDendLabels

column in metadata sqlite table to append to dend labels

colorsChosen

chosen colors for dend and dots

cutHeightLines

cutHeightLines

colorByLines

colorByLines

colorByLabels

colorByLabels

removeDendDots

removeDendDots

cutHeightLabels

cutHeightLabels

boots

plot bootstraps

pool

pool reactive

Value

plot


chasemc/IDBac_App documentation built on Oct. 25, 2022, 7:34 a.m.