mully: Create an empty multilayered graph

View source: R/mully_constructor.R

mullyR Documentation

Create an empty multilayered graph

Description

Create an empty multilayered graph

Usage

mully(name = NA, direct = TRUE)

Arguments

name

The name to be assigned to the graph.

direct

A boolean value, if the graph is directed or not. By default TRUE.

Value

The created multilayered graph, a mully object.

Examples

g = mully("MyFirstMully",direct = FALSE)

mully documentation built on March 7, 2023, 8:10 p.m.