igraph-help
[Top][All Lists]
Advanced

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

[igraph] Automating sequence of commands


From: Carlos Eduardo
Subject: [igraph] Automating sequence of commands
Date: Wed, 18 Jan 2012 22:49:23 -0200

Hello,

 

Commonly I use a sequence of commands like that:

 

g$density<-graph.density(g)

g$diameter<-diameter(g)

V(g)$ articulation.points <-0

V(g)[articulation.points(g)]$ articulation.points <-1

 

Does anyone know any way to automating this sequence? Something like a script do execute everything at same time in R…

 

Thanks in advance,

Cadu


reply via email to

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