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