powered by
Add a layer or a set of layers to a graph
addLayer(g, nameLayer)
The graph, with the layers added.
The input graph.
The name or the list of the names of the layers to be added. The layer names must be unique.
g = mully("MyFirstMully",direct = FALSE) g = addLayer(g, c("Gene", "Drug", "Disease"))
Run the code above in your browser using DataLab