ndtransitiongraph: Create a n-d transition graph

View source: R/graphutils.R

ndtransitiongraphR Documentation

Create a n-d transition graph

Description

A n-d transition graph has k-d nodes and all edges that connect two nodes that from a n-d subspace

Usage

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

Details

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

Value

graph object of class loongraph

Examples

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

loon documentation built on July 9, 2023, 5:48 p.m.