ggraph (version 1.0.2)

layout_dendrogram_even: Even layout for layout_dendrogram

Description

This layout sets the heights of the branch points to be the maximum distance to a leaf. In this way the branch points are spread out evenly in the y-direction. After modifying the height it calls layout_dendrogram_dendrogram.

Usage

layout_dendrogram_even(graph, ...)

Arguments

graph

A dendrogram object

...

parameters passed on to layout_dendrogram_dendrogram

Value

A data.frame as layout_dendrogram_dendrogram