new_graph {orbweaver}R Documentation

Initialize a New Graph

Description

Initializes a new graph with the given type.

Usage

new_graph(type)

Arguments

type

The type of graph to create. Currently only acyclic is supported.

Value

A new graph of the given type.


[Package orbweaver version 0.0.3 Index]