link_root_node: A function that takes two data.tree object, where...

Description Usage Arguments Value Author(s) Examples

Description

A function that takes two data.tree object, where reduced_tree is a subtree of full_tree. A helper function that is not called by the user

Usage

1
link_root_node(full_tree, reduced_tree)

Arguments

full_tree

data.tree object that provides the source

reduced_tree

data.tree object as a subtree of full_tree

Value

data.tree object

Author(s)

Stefan L<c3><bc>dtke

Examples

1
test = link_root_node(base_tree_b, reduced_tree_b)

sluedtke/gclassification documentation built on May 29, 2019, 12:16 p.m.