hierarchy {vistla}R 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.


[Package vistla version 2.0.1 Index]