Message-ID: <1291994455364-3082147.post@n4.nabble.com>
Date: 2010-12-10T15:20:55Z
From: profaar
Subject: help requested
HI friends,
I have very lengthy graph data in edge list format. I want to convert it
into node list format.
example:
EDGE LIST FORMAT
1 2
1 3
1 4
1 5
2 3
2 4
3 2
4 1
4 3
4 5
5 2
5 4
ITS NODE LIST FORMAT SHOULD BE LIKE:
1 2 3 4 5
2 3 4
3 2
4 1 3
5 2 4
Kindly suggest me which package in R provides the support to do my task.
Thank u friends in advance.
--
View this message in context: http://r.789695.n4.nabble.com/help-requested-tp3082147p3082147.html
Sent from the R help mailing list archive at Nabble.com.