Description Usage Arguments Details Value Examples
Produces script only subgraph
1 | scriptSubgraph(project.id = getProject(), plotTF = FALSE)
|
project.id |
Project id |
plotTF |
logical to plot subgraph |
For use with getDepSubgraph
list with subgraph in igraph format, layout for plottingss
1 2 3 4 5 | ## Not run:
subGraph <- scriptSubgraph(project.id=getProject())
plot(subGraph[[1]],vertex.label=basename(V(subGraph[[1]])$name),layout=subGraph[[2]])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.