setBranchNums: Set Branch Numbers

View source: R/setBranchNums.R

setBranchNumsR Documentation

Set Branch Numbers

Description

Returns list with the number of branches at each branching node based on parent child relationship table.

Usage

setBranchNums(parent_child = NULL)

Arguments

parent_child

data frame with at least 'parent' and 'child' columns. Can be created with 'buildParentChild()' function in the 'PITcleanr' package.

Author(s)

Kevin See

Examples

setBranchNums()

KevinSee/DABOM documentation built on April 4, 2024, 9:28 a.m.