powered by
This function loads a network graph included in the extdata directory of the VOSONDash package by file name.
extdata
VOSONDash
loadPackageGraph(fname)
Character string. Name of demonstration graphml file.
graphml
An igraph graph object.
# NOT RUN { # load the "Divided They Blog" package included network graph by file name g <- loadPackageGraph("DividedTheyBlog_40Alist_release.graphml") # } # NOT RUN { # }
Run the code above in your browser using DataLab