这是一个 S3 泛型函数。有关各种 S3 类的实际实现,请参见 methods("union")
。 最初,它为 igraph 图以及 igraph 顶点和边序列实现。 请参见 union.igraph()
和 union.igraph.vs()
。
参见
其他用于操作图结构的函数:+.igraph()
, add_edges()
, add_vertices()
, complementer()
, compose()
, connect()
, contract()
, delete_edges()
, delete_vertices()
, difference()
, difference.igraph()
, disjoint_union()
, edge()
, igraph-minus
, intersection()
, intersection.igraph()
, path()
, permute()
, rep.igraph()
, reverse_edges()
, simplify()
, union.igraph()
, vertex()