mully {mully}R 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)

[Package mully version 2.1.38 Index]