View source: R/get_node_rank.R
get_node_rank | R Documentation |
Determine the build order for a set of nodes
get_node_rank(node_inputs, nodes = names(node_inputs))
node_inputs |
A list of character vectors with each of the inputs into the node. |
nodes |
Names of the nodes in the list. |
node_inputs <- list( alpha = c("pi","f", "alpha"), beta = c("alpha","epsilon"), delta = c("d","beta"), epsilon = c("2") ) simplan:::get_node_rank(node_inputs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.