The new graph will contain the input graph the given number of times, as unconnected components.
# S3 method for igraph
rep(x, n, mark = TRUE, ...)# S3 method for igraph
*(x, n)
The input graph.
Number of times to replicate it.
Whether to mark the vertices with a which
attribute,
an integer number denoting which replication the vertex is coming
from.
Additional arguments to satisfy S3 requirements, currently ignored.