R igraph 手册页

如果您从 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())

[包 igraph 版本 1.3.5 索引]