create_tree: Creating a tree file for further use in 'TreeMineR()'.

View source: R/create_tree.R

create_treeR Documentation

Creating a tree file for further use in TreeMineR().

Description

Creating a tree file for further use in TreeMineR().

Usage

create_tree(x)

Arguments

x

A data frame that includes two or three columns:

node

A string defining a node

parent

A string defining the partent of the node

Value

A data.frame with one variable pathString that describes the full path for each leaf included in the hierarchical tree.


TreeMineR documentation built on April 12, 2025, 1:30 a.m.