dendro_plot: Create dendrogram plot with ggplot2

View source: R/plots.R

dendro_plotR Documentation

Create dendrogram plot with ggplot2

Description

Create dendrogram plot with ggplot2

Usage

dendro_plot(df, text = NA, group, title = "", xlab = "", ylab = "")

Arguments

df

Dataframe, Dataframe to create plot with

text

String, Hover info text

group

String, Value to color/group data

title

String, Title for plot

xlab

String, Label for X axis

ylab

String, Label for Y axis

Value

gg, Plot object (ggplot2)


LUMC/dgeAnalysis documentation built on Aug. 16, 2022, 6:23 a.m.