Skip to contents

Object used to build graphs

Usage

graph_builder(type = c("directed"))

Arguments

type

The type of graph

Value

An object of class 'DirectedGraphBuilder'.

See also

Other build graphs: add_edge(), add_path(), build_acyclic(), build_directed(), populate_edges()

Examples

graph_builder()
#> <pointer: 0x5576cb4220b0>
#> attr(,"class")
#> [1] "DirectedGraphBuilder"