Learn R Programming

mully (version 2.1.38)

mully: Create an empty multilayered graph

Description

Create an empty multilayered graph

Usage

mully(name = NA, direct = TRUE)

Value

The created multilayered graph, a mully object.

Arguments

name

The name to be assigned to the graph.

direct

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

Examples

Run this code
g = mully("MyFirstMully",direct = FALSE)

Run the code above in your browser using DataLab