csv.to.igraph {influenceR}R Documentation

Convert a CSV file to an igraph graph object.

Description

The first column should be sources, the second should be targets.

Usage

csv.to.igraph(fname)

Arguments

fname

A filename

Value

An igraph graph object built from the filename.

Examples

## Not run: ig.csv <- csv.to.igraph("edgelist.csv") 


[Package influenceR version 0.1.5 Index]