powered by
A n-d transition graph has k-d nodes and all edges that connect two nodes that from a n-d subspace
ndtransitiongraph(nodes, n, separator = ":")
graph object of class loongraph
node names of graph
integer, dimension an edge should represent
character that separates spaces in node names
For more information run: l_help("learn_R_display_graph.html.html#graph-utilities")
l_help("learn_R_display_graph.html.html#graph-utilities")
g <- ndtransitiongraph(nodes=c('A:B', 'A:F', 'B:C', 'B:F'), n=3, separator=':')
Run the code above in your browser using DataLab