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: Gábor Csárdi
Subject: Re: [igraph] igraph 0.6 output of graphs
Date: Wed, 27 Jun 2012 17:47:59 -0400

Because, if you work with larger graphs, then the output is almost useless and too long. You can set the old behavior via

igraph.options(print.full=TRUE)

Best Regards,
Gabor

On Wed, Jun 27, 2012 at 5:38 PM, address@hidden <address@hidden> wrote:

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


_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help




--
Gabor Csardi <address@hidden>     MTA KFKI RMKI


reply via email to

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