hierarchy: Extract the vertex hierarchy from the vistla tree

View source: R/extract.R

hierarchyR Documentation

Extract the vertex hierarchy from the vistla tree

Description

Traverses the vistla tree in a depth-first order and lists the visited vertices as a data frame.

Usage

hierarchy(x)

Arguments

x

vistla object.

Value

A data frame of a class vistla_hierarchy.

Note

This function effectively prunes the tree off suboptimal paths.


vistla documentation built on Oct. 5, 2023, 5:08 p.m.

Related to hierarchy in vistla...