我正在使用稀疏无向图,因此有许多节点被隔离,许多节点组与其他节点断开连接。 shortest.paths
工作正常,但我无法让get.shortest.path
在我知道连接的顶点之间返回答案 -
$vpath
$vpath[[1]]
+ 0/3054 vertices, named:
$epath
NULL
$predecessors
NULL
$inbound_edges
NULL
并且还会收到此警告 -
Warning message:
In .Call("R_igraph_get_shortest_paths", graph, as.igraph.vs(graph, :
At structural_properties.c:740 :Couldn't reach some vertices
我认为我错过了一些明显的东西。如果有人能说出来,那就太好了。如果没有,我会尝试制作一些模拟数据并上传