igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] DL graph.read Error Msg


From: Ragia .
Subject: [igraph] DL graph.read Error Msg
Date: Thu, 3 Mar 2016 09:12:39 +0200

Hello,
Kindly,
I am trying to read the first example  in this page 

analytictech.com/networks/dataentry.htm

the example:
dl n=5
format = fullmatrix
labels:
barry,david,lin,pat,russ
data:
0 1 1 1 0
1 0 0 0 1
1 0 0 1 0
1 0 1 0 1
0 1 0 1 0


via
g=read.graph(file.choose(), format =  "dl" )

and got the following Error 
Error in .Call("R_igraph_read_graph_dl", file, as.logical(directed), PACKAGE = 
"igraph") : 
  At foreign.c:3039 : syntax error, unexpected EOFF, expecting NEWLINE or DIGIT 
in line 1, Parse error

thanks in advance
Ragia
 
                                          

reply via email to

[Prev in Thread] Current Thread [Next in Thread]