efficiency(g, type = c("local", "nodal", "global"), weights = NULL,
use.parallel = TRUE, A = NULL)graph.efficiency(g, type = c("local", "nodal", "global"), weights = NULL,
use.parallel = TRUE, A = NULL)
igraph
graph objectlocal
, nodal
, or
global
(default: local
)NULL
(the default),
and if the graph has edge attribute weight
, then that will be used.
To avoid using weights, this should be NA
.foreach
(default: TRUE
)NULL
)local|nodal
) or a single number (if
type is global
).