如果您从 R 中使用 igraph,请使用此选项
| without_multiples {igraph} | R 文档 |
构造函数修饰符,用于删除多重边
without_multiples()
其他构造函数修饰符:simplified(), with_edge_(), with_graph_(), with_vertex_(), without_attr(), without_loops()
sample_(pa(10, m = 3, algorithm = "bag"))
sample_(pa(10, m = 3, algorithm = "bag"), without_multiples())