二分图也被一些人称为双模图。此函数创建一个二分图,其中存在所有可能的边。
用法
make_full_bipartite_graph(
n1,
n2,
directed = FALSE,
mode = c("all", "out", "in")
)
full_bipartite_graph(...)
参见
make_full_graph()
用于创建单模完全图
作者
Gabor Csardi csardi.gabor@gmail.com
二分图也被一些人称为双模图。此函数创建一个二分图,其中存在所有可能的边。
make_full_bipartite_graph(
n1,
n2,
directed = FALSE,
mode = c("all", "out", "in")
)
full_bipartite_graph(...)
make_full_graph()
用于创建单模完全图
Gabor Csardi csardi.gabor@gmail.com