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 = ":")

Arguments

nodes

node names of graph

n

integer, dimension an edge should represent

separator

character that separates spaces in node names

Value

graph object of class loongraph

Details

For more information run: l_help("learn_R_display_graph.html.html#graph-utilities")

Examples

g <- ndtransitiongraph(nodes=c('A:B', 'A:F', 'B:C', 'B:F'), n=3, separator=':')