Last data update: 2014.03.03

R: Set the most right leaf object from a dendrogram
set_most_right_leafR Documentation

Set the most right leaf object from a dendrogram

Description

This function replace the most right leaf with provided dendrogram

Usage

set_most_right_leaf(d, d2, ...)

Arguments

d

dendrogram class object, subtree object

d2

dendrogram class object, a leaf to replace the most right

Value

the dendrogram class object where the most right leaf is replaced

Results