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'.

Examples

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