View source: R/NetworkAnalysis.R
get_degree | R Documentation |
Compute the degree of each nodes in the network
get_degree(graph, modes = c("in", "out", "total"))
graph |
an igraph object |
modes |
the type of degree: "in", "out", "total" |
a data.table of nodes degree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.