View source: R/networkGraphs.R
loadPackageGraph | R Documentation |
This function loads a network graph included in the extdata
directory of the
VOSONDash
package by file name.
loadPackageGraph(fname)
fname |
Character string. Name of demonstration |
An igraph graph object.
## 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.