Description Usage Arguments Value Examples
View source: R/networkGraphs.R
This function loads a network graph included in the extdata
directory of the
VOSONDash
package by file name.
1 | loadPackageGraph(fname)
|
fname |
Character string. Name of demonstration |
An igraph graph object.
1 2 3 4 5 | ## Not run:
# load the "Divided They Blog" package included network graph by file name
g <- loadPackageGraph("DividedTheyBlog_40Alist_release.graphml")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.