:37AM -0800, profaar wrote:
> hi
> thanks for your reply. there are around 2 nodes in my dataset. will it
> work for conversion from edge list format to node list format? I am using R
> under Windows XP.
>
Under Linux, with 20'000 nodes and 10 random edges from each
-204...@n4.nabble.com
To: prof...@live.com
Subject: Re: help requested
On Fri, Dec 10, 2010 at 07:20:55AM -0800, profaar wrote:
>
> HI friends,
> I have very lengthy graph data in edge list format. I want to convert it
> into node list format.
>
> example:
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
3 matches
Mail list logo