R/make.R
graph.full.Rd
graph.full() 已重命名为 make_full_graph(),以创建更一致的 API。
graph.full()
make_full_graph()
graph.full(n, directed = FALSE, loops = FALSE)
顶点数。
是否创建有向图。
是否向图中添加自环。