divide_weights: Divide weights of internal nodes

View source: R/make_tree.R

divide_weightsR Documentation

Divide weights of internal nodes

Description

After the addition of weights for internal nodes the final weights have to be computed dividing by the total weight of each parent.

Usage

divide_weights(tree)

Arguments

tree

igraph object representing the tree

Value

igraph object updated

Author(s)

Pedro Guarderas, Andrés Lopez

See Also

read_tree


pedroguarderas/mau documentation built on Oct. 30, 2023, 4:20 a.m.