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)

frankkramer-lab/mully documentation built on Feb. 25, 2023, 2:40 a.m.