Re: [R] Equivalent to go-to statement

2010-07-24 Thread Gabor Grothendieck
On Sun, Jul 25, 2010 at 1:57 AM, Michael Haenlein wrote: > Dear all, > > I'm working with a code that consists of two parts: In Part 1 I'm generating > a random graph using the igraph library (which represents the relationships > between different nodes) and a vector (which represents a certain >

[R] Equivalent to go-to statement

2010-07-24 Thread Michael Haenlein
Dear all, I'm working with a code that consists of two parts: In Part 1 I'm generating a random graph using the igraph library (which represents the relationships between different nodes) and a vector (which represents a certain characteristic for each node): library(igraph) g <- watts.strogatz.g