graph_builder: A new builder for a graph based on the type

View source: R/builder.R

graph_builderR Documentation

A new builder for a graph based on the type

Description

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()

orbweaver documentation built on June 8, 2025, 11:40 a.m.