get_sdist | R Documentation |
Estimate all shortest distance between nodes using weights
get_sdist(
dist_nodes = NULL,
graph_nodes = NULL,
attr_nodes = NULL,
metric = NULL,
probability = NULL,
distance_threshold = NULL,
igraph_Dijkstra = FALSE,
parallel = NULL,
loop = TRUE,
G1 = 1000,
min_nodes = 2000,
return_graph = FALSE,
intern = TRUE
)
dist_nodes |
matrix distance or pairwise data.frame distance |
attr_nodes |
numeric. Nodes attribute |
metric |
character. 'PC' or 'IIC' |
probability |
numeric |
distance_threshold |
numeric |
igraph_Dijkstra |
logical. Use or not igraph to implement the Dijkstra Algorithm |
parallel |
numeric |
loop |
logical |
G1 |
numeric |
min_nodes |
numeric |
intern |
logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.