node ordering utilities | R Documentation |
Find the partial node ordering implied by a network.
node.ordering(x, debug = FALSE)
x |
an object of class |
debug |
a boolean value. If |
node.ordering()
returns a vector of character strings, an ordered set
of node labels.
node.ordering()
supports only completely directed Bayesian networks.
Marco Scutari
dag = random.graph(LETTERS[1:10])
ord = node.ordering(dag)
ord
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.