Description Usage Arguments Value Examples
This function creates a graph object from a file containing the edges
1 2  | createGraph(path, nskip = 0, directed = TRUE, norm = TRUE,
  inverse.direction = TRUE)
 | 
path | 
 string: the path to the file containing the edge list.  | 
nskip | 
 integer: number of lines to skip before starting to read the edges.  | 
directed | 
 boolean: value describing if the edges are directed.  | 
norm | 
 boolean: if   | 
inverse.direction | 
 boolean: if   | 
A graph object of class ELgraph from the edge list found at path
1  | g = createGraph("graphs/myEdges.txt")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.