powered by
Produces script only subgraph
scriptSubgraph(project.id = getProject(), plotTF = FALSE)
Project id
logical to plot subgraph
list with subgraph in igraph format, layout for plottingss
For use with getDepSubgraph
# NOT RUN { subGraph <- scriptSubgraph(project.id=getProject()) plot(subGraph[[1]],vertex.label=basename(V(subGraph[[1]])$name),layout=subGraph[[2]]) # } # NOT RUN { # }
Run the code above in your browser using DataLab