igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph 0.6 output of graphs


From: address@hidden
Subject: Re: [igraph] igraph 0.6 output of graphs
Date: Wed, 27 Jun 2012 14:57:27 -0700 (PDT)

Sorry about this. I should have read the release notes!



From: address@hidden <address@hidden>;
To: address@hidden <address@hidden>;
Subject: igraph 0.6 output of graphs
Sent: Wed, Jun 27, 2012 9:38:21 PM

Why did the R output of graphs change in igraph 0.6?  See below for example. I am using this with R version 2.15.

Thanks, Alan

R commands:

g <- graph(c(1,2)
g

igraph 0.6 output:

IGRAPH D--- 2 1 --

igraph 0.5.5-4 output:

Vertices: 2
Edges: 1
Directed: FALSE
Edges:
[0] 1 -> 2


reply via email to

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