powered by
Concatenate edge sequences
# S3 method for igraph.es c(..., recursive = FALSE)
The edge sequences to concatenate. They must all refer to the same graph.
Ignored, included for S3 compatibility with the base c function.
c
An edge sequence, the input sequences concatenated.
Other vertex and edge sequence operations: c.igraph.vs, difference.igraph.es, difference.igraph.vs, igraph-es-indexing2, igraph-es-indexing, igraph-vs-indexing2, igraph-vs-indexing, intersection.igraph.es, intersection.igraph.vs, rev.igraph.es, rev.igraph.vs, union.igraph.es, union.igraph.vs, unique.igraph.es, unique.igraph.vs
c.igraph.vs
difference.igraph.es
difference.igraph.vs
igraph-es-indexing2
igraph-es-indexing
igraph-vs-indexing2
igraph-vs-indexing
intersection.igraph.es
intersection.igraph.vs
rev.igraph.es
rev.igraph.vs
union.igraph.es
union.igraph.vs
unique.igraph.es
unique.igraph.vs
# NOT RUN { g <- make_(ring(10), with_vertex_(name = LETTERS[1:10])) c(E(g)[1], E(g)['A|B'], E(g)[1:4]) # }
Run the code above in your browser using DataLab