powered by
Get the number of layers in a graph
getLayersCount(g)
The count of the layers.
The input graph.
g = mully("MyFirstMully",direct = FALSE) g = addLayer(g, c("Gene", "Drug", "Disease")) getLayersCount(g)
Run the code above in your browser using DataLab