outgoing: Creates an outgoing tree from a given undirected treee.

View source: R/outgoing.R

outgoingR Documentation

Creates an outgoing tree from a given undirected treee.

Description

Creates an outgoing tree from a given undirected treee.

Usage

outgoing(tree, dir_tree = NULL, a = NULL, b = 1)

Arguments

tree

Input tree, undirected.

dir_tree

Directionalities that must be present.

a

The node being inspected.

b

The neighbor being inspected.


PolyTree documentation built on May 29, 2024, 4:44 a.m.

Related to outgoing in PolyTree...