View source: R/child_list_to_transmat.R
child_list_to_transmat | R Documentation |
Create transition matrix from tree children list by parents.
child_list_to_transmat(tree)
tree |
parent-child node list. |
matrix
child_list_to_transmat(tree = list('1' = c(2, 3), '2' = c(4), '3' = c(6, 7)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.