如果您从 R 中使用 igraph,请使用此选项
with_graph_ {igraph} | R 文档 |
构造函数修饰符,用于添加图属性
with_graph_(...)
... |
要添加的属性。它们必须被命名。 |
其他构造函数修饰符:simplified()
, with_edge_()
, with_vertex_()
, without_attr()
, without_loops()
, without_multiples()
make_(ring(10), with_graph_(name = "10-ring"))