powered by
Create an empty multilayered graph
mully(name = NA, direct = TRUE)
The created multilayered graph, a mully object.
The name to be assigned to the graph.
A boolean value, if the graph is directed or not. By default TRUE.
g = mully("MyFirstMully",direct = FALSE)
Run the code above in your browser using DataLab