loadPackageGraph {VOSONDash} | 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)