evcent | R Documentation |
evcent()
was renamed to eigen_centrality()
to create a more
consistent API.
evcent(
graph,
directed = FALSE,
scale = TRUE,
weights = NULL,
options = arpack_defaults()
)
graph |
Graph to be analyzed. |
directed |
Logical scalar, whether to consider direction of the edges in directed graphs. It is ignored for undirected graphs. |
scale |
|
weights |
A numerical vector or |
options |
A named list, to override some ARPACK options. See
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.