View source: R/setBranchNums.R
setBranchNums | R Documentation |
Returns list with the number of branches at each branching node based on parent child relationship table.
setBranchNums(parent_child = NULL)
parent_child |
data frame with at least 'parent' and 'child' columns. Can be created with 'buildParentChild()' function in the 'PITcleanr' package. |
Kevin See
setBranchNums()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.