Description Usage Arguments Value Note See Also Examples
xSimplifyNet
is supposed to simplify networks from an igraph
object by keeping root-tip shortest paths only.
1 | xSimplifyNet(g, verbose = TRUE)
|
g |
an "igraph" object |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to true for display |
an object of class "igraph"
none
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
# Load the library
library(XGR)
## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run:
g <- xRDataLoader(RData.customised='ig.DO',
RData.location=RData.location)
ig <- xSimplifyNet(g)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.