influenceR (version 0.1.5)

csv.to.igraph: 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)

Value

An igraph graph object built from the filename.

Arguments

fname

A filename

Examples

Run this code
if (FALSE) ig.csv <- csv.to.igraph("edgelist.csv") 

Run the code above in your browser using DataLab