igraph-help
[Top][All Lists]
Advanced

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

[igraph] tkplot with R 2.11.1 and igraph 0.5.4-1 and MacOS


From: Pietro Terna
Subject: [igraph] tkplot with R 2.11.1 and igraph 0.5.4-1 and MacOS
Date: Tue, 31 Aug 2010 09:32:17 +0200
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)

With R 2.11.1 and igraph 0.5.4-1 and MacOS, tkplot does not produce any output. The same example below runs in Win with R 2.8.1 and igraph 0.5.1.

   Example:

library("igraph")
a0=matrix(c(0,0,3,1,0,2,1,10,0),nrow=3)
a=graph.adjacency(a0, mode="directed",weighted=TRUE)
alay=layout.circle(a)
tkplot(a, layout=alay)

   Best, Pietro Terna

--
The world is full of interesting problems to be solved!
Home page http://web.econ.unito.it/terna




reply via email to

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