igraph-help
[Top][All Lists]
Advanced

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

[igraph] How to store randomised network to object


From: Chang Jin Shin
Subject: [igraph] How to store randomised network to object
Date: Fri, 20 Mar 2009 11:14:55 +1000

Hello

I have a really simple and stupid question.
I want to randomise original network 100 times.


SO, I do want to script like followings:
================================================
p <- read.csv("netowrk.csv");

For (j in 1:100){
        j <- degree.sequence.game(p, method="vl")
}
================================================

With my short knowlegdge of R and igraph
I want every individual network generated by "degree.sequence.game" to
object "j".

Obviously, it does not work at all.

QUESTION)
How do I script randomized network to be stored in individual object?

Would you advise me?

Cheers,




reply via email to

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