igraph-help
[Top][All Lists]
Advanced

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

[igraph] Fw: Re: Very Basic help


From: Tamás Nepusz
Subject: [igraph] Fw: Re: Very Basic help
Date: Mon, 23 Jun 2014 12:29:43 +0200

For future reference.

-- 
T.

From: Tamás Nepusz address@hidden
Reply: Tamás Nepusz address@hidden
Date: 23 June 2014 at 12:29:32
To: Mani kant address@hidden
Subject:  Re: [igraph] Very Basic help

Use igraph_adjlist_init() to create an igraph_adjlist_t from your graph, then query the vectors in the igraph_adjlist_t one by one using igraph_adjlist_get() and print them using igraph_vector_print(). See:


-- 
T.

From: Mani kant address@hidden
Reply: Mani kant address@hidden
Date: 23 June 2014 at 12:07:42
To: Tamás Nepusz address@hidden
Subject:  Re: [igraph] Very Basic help

I am using C. Sorry I didn't specify that.

On 23-Jun-2014 3:34 PM, "Tamás Nepusz" <address@hidden> wrote:
Hi,

Are you using igraph from C, R or Python?

-- 
T.

From: Mani kant address@hidden
Reply: Help for igraph users address@hidden
Date: 20 June 2014 at 23:35:18
To: address@hidden address@hidden
Subject:  [igraph] Very Basic help

Hello All

I have just started with igraph recently and so my doubt is of very basic level.
Actually I am creating a graph and finding its adjacency matrix and that works fine.
Only I want to see if the adjacency list created is fine or not, earlier I was using Graphml files to see if the graphs are in desired shape or not but with large size that is inconvenient.
I couldn't find a way to print out the adjlist created, so a quick help about that will be really kind. (Writing it on console itself or on a file, both would do fine)

--
Manikant Prasad
Computer Science & Engineering,
National Institute of Technology, Rourkela

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

reply via email to

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