loadPackageGraph: Load package included network graph

Description Usage Arguments Value Examples

View source: R/networkGraphs.R

Description

This function loads a network graph included in the extdata directory of the VOSONDash package by file name.

Usage

1

Arguments

fname

Character string. Name of demonstration graphml file.

Value

An igraph graph object.

Examples

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)

VOSONDash documentation built on July 27, 2020, 5:07 p.m.