Concatenate vertex sequences
Usage
# S3 method for igraph.vs
c(..., recursive = FALSE)
Arguments
- ...
The vertex sequences to concatenate. They must refer to the same graph.
- recursive
Ignored, included for S3 compatibility with the base
c
function.
See also
Other vertex and edge sequence operations:
c.igraph.es()
,
difference.igraph.es()
,
difference.igraph.vs()
,
igraph-es-indexing
,
igraph-es-indexing2
,
igraph-vs-indexing
,
igraph-vs-indexing2
,
intersection.igraph.es()
,
intersection.igraph.vs()
,
rev.igraph.es()
,
rev.igraph.vs()
,
union.igraph.es()
,
union.igraph.vs()
,
unique.igraph.es()
,
unique.igraph.vs()