Examples for 'igraph::difference.igraph.es'


Difference of edge sequences

Aliases: difference.igraph.es

Keywords:

### ** Examples

g <- make_(ring(10), with_vertex_(name = LETTERS[1:10]))
difference(V(g), V(g)[6:10])
+ 5/10 vertices, named, from c6c7eb4:
[1] A B C D E

[Package igraph version 1.3.1 Index]