create_node_matrix: Node matrix used for tree walking VALIDATED

Description Usage Arguments Value Examples

View source: R/editTree.R

Description

Returns a matrix which tracks where recursive functions are in a tree structure. This is past to most recursive functions in the pipeline.

Usage

1

Arguments

tree

ape::phylo tree

Value

node matrix with one column for ancestors and another for descendants

Examples

1
2
node_matrix <- create_node_matrix(tree)
... some visualization 

ethanmoyer/MethylConstruct documentation built on July 10, 2020, 12:28 a.m.